-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Bioconductor Git-SVN Bridge
committed
May 29, 2014
1 parent
f302b54
commit 246512f
Showing
9 changed files
with
24 additions
and
55 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,20 @@ | ||
Package: DEGreport | ||
Version: 0.99.6 | ||
Version: 0.99.7 | ||
Date: 2014-05-2 | ||
Type: Package | ||
Title: Report of DEG analysis | ||
Description: Creation of a HTML report of differential expression analyses of count data. It integrates some of the code mentioned in DESeq2 and edgeR vignettes, and report a ranked list of genes according to the fold changes mean and variability for each selected gene. | ||
biocViews: DifferentialExpression, | ||
Visualization, | ||
RNASeq, | ||
ReportWriting | ||
Suggests: | ||
knitr, | ||
biomaRt, | ||
RUnit, | ||
BiocStyle, | ||
BiocGenerics | ||
Depends: | ||
R (>= 3.0.0), | ||
rjags, | ||
quantreg | ||
Imports: | ||
plyr, | ||
utils, | ||
ggplot2, | ||
Nozzle.R1, | ||
coda, | ||
edgeR | ||
SystemRequirements: jags (>= 3.0.0) | ||
Description: Creation of a HTML report of differential expression | ||
analyses of count data. It integrates some of the code | ||
mentioned in DESeq2 and edgeR vignettes, and report a ranked | ||
list of genes according to the fold changes mean and | ||
variability for each selected gene. | ||
biocViews: DifferentialExpression, Visualization, RNASeq, ReportWriting | ||
Suggests: knitr, biomaRt, RUnit, BiocStyle, BiocGenerics | ||
Depends: R (>= 3.0.0), rjags, quantreg | ||
Imports: plyr, utils, ggplot2, Nozzle.R1, coda, edgeR | ||
SystemRequirements: jags (>= 3.0.0) | ||
Author: Lorena Pantano | ||
Maintainer: Lorena Pantano <[email protected]> | ||
License: GPL (>=2) | ||
VignetteBuilder: knitr | ||
Roxygen: list(wrap = TRUE) | ||
Roxygen: list(wrap = TRUE) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
DEGreportSet | ||
humanSexDEedgeR |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.