import.RTEs | R Documentation |
Imports count estimates and calculates an offset that corrects for changes to the average transcript length across samples (details in https://bioconductor.org/packages/release/bioc/vignettes/tximport/inst/doc/tximport.html#edgeR). The function returns a DGEList for use in downstream analysis with edgeR
import.RTEs(path.sal, ref.sal, conditions, import_to = c("edgeR, DESeq2"))
path.sal |
output salmon directory |
ref.sal |
salmon reference build with mk.reference function |
conditions |
A string vector indicating the experimental conditions of each library. Example: c("S1", "S1", "S1", "S2", "S2", "S2", "S3", "S3", "S3") |
import_to |
A string object indicating whether to import for edgeR or DESeq2. If none is selected, transcript-level estimates are returned. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.