View source: R/rnaseq_functions.R
nf_tximport | R Documentation |
Import counts from nf-core/rnaseq pipeline using tximport
nf_tximport(
nfdir,
samplesheet = NULL,
subdir = "star_salmon",
pattern = "quant.sf",
tx2gene = "tx2gene.tsv",
type = "salmon",
gene = "SYMBOL",
...
)
nfdir |
results directory |
samplesheet |
samplesheet data frame |
subdir |
star_salmon |
pattern |
quant.sf (salmon output) |
tx2gene |
tx2gene.tsv (salmon output) |
... |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.