Description Usage Arguments Details Value References See Also
View source: R/13_RNA.quantification.R
A wrapper function to run Cufflinks for mRNA quantitation
1 |
fns.bam |
Path to bam files |
output.dir |
Output directory |
sample.name |
A character vector for the sample names |
cufflinks.thread.number |
A parameter value for -p in Cufflinks. A numeric value of the number of threads (default: 4) |
cufflinks.gtf |
If you set -G, Output will not include novel genes and isoforms that are assembled. (default: -G) |
ref.gtf |
Path to reference gtf file |
run.cmd |
Whether to execute the command line (default=TRUE) |
mc.cores |
The number of cores to use. Must be at least one(default=1), and parallelization requires at least two cores. |
Cufflinks algorithms for transcript assembly and expression quantification are much more accurate with paired-end reads.
mRNA quantification text files
http://cole-trapnell-lab.github.io/cufflinks/papers/
http://cole-trapnell-lab.github.io/cufflinks/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.