cuffquant
Quantify gene and transcript expression profiles
Syntax
Description
generates abundance estimates for the samples in cxbFile
= cuffquant(transcriptsAnnot
,alignmentFiles
)alignmentFiles
using
the reference annotation file transcriptsAnnot
[1]. You can use the
generated CXB-format abundance (*.CXB) as input for cuffdiff
to perform
downstream differential expression analysis.
cuffquant
requires the Cufflinks Support Package for the Bioinformatics Toolbox™. If the support package is not installed, then the function provides a download
link. For details, see Bioinformatics Toolbox Software Support Packages.
uses additional options specified by cxbFile
= cuffquant(transcriptsAnnot
,alignmentFiles
,opt
)opt
.
uses additional options specified by one or more name-value pair arguments. For example,
cxbFile
= cuffquant(transcriptsAnnot
,alignmentFiles
,Name,Value
)cuffquant('gyrAB.gtf',["Myco_1_1.sam", "Myco_2_1.sam"],'NumThreads',5)
specifies to use five parallel threads.
Examples
Input Arguments
Name-Value Arguments
Output Arguments
References
[1] Trapnell, Cole, Brian A Williams, Geo Pertea, Ali Mortazavi, Gordon Kwan, Marijke J van Baren, Steven L Salzberg, Barbara J Wold, and Lior Pachter. “Transcript Assembly and Quantification by RNA-Seq Reveals Unannotated Transcripts and Isoform Switching during Cell Differentiation.” Nature Biotechnology 28, no. 5 (May 2010): 511–15. https://doi.org/10.1038/nbt.1621.
[2] Mortazavi, Ali, Brian A Williams, Kenneth McCue, Lorian Schaeffer, and Barbara Wold. “Mapping and Quantifying Mammalian Transcriptomes by RNA-Seq.” Nature Methods 5, no. 7 (July 2008): 621–28. https://doi.org/10.1038/nmeth.1226.
Version History
Introduced in R2019a
See Also
CuffQuantOptions
| cufflinks
| CufflinksOptions
| cuffcompare
| cuffdiff
| cuffmerge
| cuffnorm
| cuffgffread
| cuffgtf2sam