Skip to content

Commit

Permalink
Merge pull request #35 from PF2-pasteur-fr/development
Browse files Browse the repository at this point in the history
bulletPoints
  • Loading branch information
hvaret authored Aug 28, 2017
2 parents b59f57c + a6b27a0 commit 7f01d42
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: SARTools
Type: Package
Title: Statistical Analysis of RNA-Seq Tools
Version: 1.5.0
Date: 2017-08-10
Version: 1.5.1
Date: 2017-08-28
Author: Marie-Agnes Dillies and Hugo Varet
Maintainer: Hugo Varet <[email protected]>
Depends: R (>= 3.3.0), DESeq2 (>= 1.12.0), edgeR (>= 3.12.0), xtable
Expand Down
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
CHANGES IN VERSION 1.5.1
------------------------
o fixed a bug in bullet points

CHANGES IN VERSION 1.5.0
------------------------
o new HTML report (dynamic table of contents, automatic bibliography)
Expand Down
6 changes: 3 additions & 3 deletions inst/report_DESeq2.rmd
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,9 @@ These files contain the following columns:
- `r paste(paste(levels(target[,varInt])[-nlevels(target[,varInt])],collapse=", "),levels(target[,varInt])[nlevels(target[,varInt])],sep=" and ")`: means (rounded) of normalized counts of the biological conditions;
- FoldChange: fold change of expression, calculated as $2^{\log_2(\text{FC})}$;
- log2FoldChange: $\log_2(\text{FC})$ as estimated by the GLM model. It reflects the differential expression between Test and Ref and can be interpreted as $\log_2(\frac{\text{Test}}{\text{Ref}})$. If this value is:
+ around 0: the feature expression is similar in both conditions;
+ positive: the feature is up-regulated ($\text{Test} > \text{Ref}$);
+ negative: the feature is down-regulated ($\text{Test} < \text{Ref}$);
+ around 0: the feature expression is similar in both conditions;
+ positive: the feature is up-regulated ($\text{Test} > \text{Ref}$);
+ negative: the feature is down-regulated ($\text{Test} < \text{Ref}$);
- pvalue: raw p-value from the statistical test;
- padj: adjusted p-value on which the cut-off $\alpha$ is applied;
- dispGeneEst: dispersion parameter estimated from feature counts (i.e. black dots on figure 11);
Expand Down
6 changes: 3 additions & 3 deletions inst/report_edgeR.rmd
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,9 @@ These files contain the following columns:
- `r paste(paste(levels(target[,varInt])[-nlevels(target[,varInt])],collapse=", "),levels(target[,varInt])[nlevels(target[,varInt])],sep=" and ")`: means (rounded) of normalized counts of the biological conditions;
- FoldChange: fold change of expression, calculated as $2^{\log_2(\text{FC})}$;
- log2FoldChange: $\log_2(\text{FC})$ as estimated by the GLM model. It reflects the differential expression between Test and Ref and can be interpreted as $\log_2(\frac{\text{Test}}{\text{Ref}})$. If this value is:
+ around 0: the feature expression is similar in both conditions;
+ positive: the feature is up-regulated ($\text{Test} > \text{Ref}$);
+ negative: the feature is down-regulated ($\text{Test} < \text{Ref}$);
+ around 0: the feature expression is similar in both conditions;
+ positive: the feature is up-regulated ($\text{Test} > \text{Ref}$);
+ negative: the feature is down-regulated ($\text{Test} < \text{Ref}$);
- pvalue: raw p-value from the statistical test;
- padj: adjusted p-value on which the cut-off $\alpha$ is applied;
- tagwise.dispersion: dispersion parameter estimated from feature counts (i.e. black dots on figure 9);
Expand Down

0 comments on commit 7f01d42

Please sign in to comment.