CuffQuantOptions
Option set for cuffquant
Description
A CuffQuantOptions
object contains options to run the
cuffquant
function, which quantifies gene and transcript expression
data [1].
Creation
Syntax
Description
creates a
cuffquantOpt
= CuffQuantOptionsCuffQuantOptions
object with default property values.
CuffQuantOptions
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.
sets the object properties using
one or more name-value pair arguments. Enclose each property name in quotes. For example,
cuffquantOpt
= CuffQuantOptions(Name,Value)cuffquantOpt = CuffQuantOptions('NumThreads',8)
specifies to use
eight parallel threads.
specifies optional parameters using a string or character vector
cuffquantOpt
= CuffQuantOptions(S
)S
.
Input Arguments
Properties
Object Functions
getCommand | Translate object properties to original options syntax |
getOptionsTable | Return table with all properties and equivalent options in original syntax |
Examples
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.
[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
CufflinksOptions
| cuffcompare
| cuffdiff
| cuffmerge
| cuffnorm
| cuffquant
| cuffgffread
| cuffgtf2sam