Skip to content

Commit

Permalink
need to write documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
CreRecombinase committed May 24, 2017
1 parent 8db6061 commit 8696d3d
Show file tree
Hide file tree
Showing 14 changed files with 154 additions and 347 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
language: r
cache: packages
notifications:
email:
false
warnings_are_errors: false
133 changes: 0 additions & 133 deletions Bayes_EM_GWAS.R

This file was deleted.

95 changes: 0 additions & 95 deletions Compare_FGEM.R

This file was deleted.

14 changes: 8 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
Package: FGEM
Type: Package
Title: What the Package Does (Title Case)
Title: R package for Functional Genomics using Expectation Maximization (FGEM)
Version: 0.1.0
Author: Who wrote it
Maintainer: Who to complain to <[email protected]>
Description: More about what it does (maybe more than one line)
License: What license is it under?
Author: Nicholas Knoblauch
Maintainer: Nicholas Knoblauch <[email protected]>
Description: Given a list of gene-level bayes factors and a series of annotations about those genes,
FGEM simultaneously calculates a posterior probability of genes being causal, and estimates the effect size
of the annotations.
License: GPL (>= 2)
LazyData: TRUE
Imports:
Rcpp (>= 0.12.5),RcppArmadillo,dplyr,tidyr,SQUAREM
Rcpp (>= 0.12.5),RcppArmadillo,dplyr,tidyr,SQUAREM,magrittr
LinkingTo:
Rcpp,RcppArmadillo
17 changes: 17 additions & 0 deletions FGEM.Rproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Version: 1.0

RestoreWorkspace: Default
SaveWorkspace: Default
AlwaysSaveHistory: Default

EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 2
Encoding: UTF-8

RnwWeave: Sweave
LaTeX: pdfLaTeX

BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
34 changes: 0 additions & 34 deletions GenConstraintMat.R

This file was deleted.

47 changes: 0 additions & 47 deletions Generate_GOmat.R

This file was deleted.

1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
exportPattern("^[[:alpha:]]+")
importFrom(Rcpp, evalCpp)
importFrom(magrittr,"%>%")
useDynLib(FGEM)
Loading

0 comments on commit 8696d3d

Please sign in to comment.