Skip to content

Commit

Permalink
moving suggests to depends
Browse files Browse the repository at this point in the history
  • Loading branch information
lgeistlinger committed Jul 29, 2017
1 parent 4af21e1 commit 533ccfa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: enrichOmics
Version: 0.99.0
Version: 1.0.0
Title: Functional enrichment analysis of high-throughput omics data
Author: Ludwig Geistlinger, Marcel Ramos, Lucas Schiffer, Levi Waldron
Maintainer: Ludwig Geistlinger <Ludwig.Geistlinger@sph.cuny.edu>
Expand All @@ -11,8 +11,8 @@ Description: Overview of existing methods for enrichment analysis of gene
regulatory elements. Outlook on current developments to extend gene set
enrichment analysis for data derived from multiple high-throughput omics
assays.
Depends: R(>= 3.4)
Suggests: ALL,
Depends: R(>= 3.4),
ALL,
BSgenome.Hsapiens.UCSC.hg19.masked,
BiocStyle,
EnrichmentBrowser,
Expand Down
5 changes: 3 additions & 2 deletions vignettes/enrichOmics.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -792,8 +792,9 @@ score.moa[,1:5]
```

This produces individual enrichment scores for each sample.
We use the `r Biocpkg("limma")` for comparison of sample groups, analogous to
differential expression analysis.
We use functionality from the `r Biocpkg("limma")` package for comparison of
sample groups,
analogous to differential expression analysis.
Here, we define the groups according to presence of the BRCA mutation.

```{r limmaMOGSA}
Expand Down

0 comments on commit 533ccfa

Please sign in to comment.