Skip to content

Commit 45f851a

Browse files
authored
Update README.md
1 parent f7699cf commit 45f851a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ProcessDE
2-
### Processing RNAseq data for gene expression analysis
2+
### Processing RNA-seq data for gene expression analysis
33

44
Starting from either isoform-level counts quantified with [_Salmon_](https://combine-lab.github.io/salmon/) (recommended), BAM files quantified with [_samtools_](http://www.htslib.org/doc/samtools-idxstats.html), or [_vast-tools_](https://github.com/vastgroup/vast-tools) expression counts, use the _exactTest_ functionality in the R package _edgeR_ to quantify each desired contrast. Replicates belonging to each sample type and contrasts are specified in CSV tables.
55
Genes are considered differentially expressed if (1) their expression, measured in counts per million (CPM), is at least a given threshold in at least one sample type of a contrast; (2) their log2-fold change is at least a given threshold, and (3) their FDR is lower than a given threshold. Defaults for thresholds can be changed optionally.
@@ -40,3 +40,6 @@ Please let me know if you have questions or encounter errors by emailing or rais
4040
Ulrich Braunschweig, University of Toronto
4141

4242
[email](mailto:u.braunschweig@utoronto.ca)
43+
44+
## Reference
45+
If using in published work, please cite the DOI of the release.

0 commit comments

Comments
 (0)