Option set for cuffquant
A CuffQuantOptions
object contains options to run the
cuffquant
function, which quantifies gene and transcript expression
data [1].
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.
Note
CuffQuantOptions
is supported on the Mac and UNIX® platforms only.
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
.
getCommand | Translate object properties to original options syntax |
getOptionsTable | Return table with all properties and equivalent options in original syntax |
[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.
cuffcompare
| cuffdiff
| cuffgffread
| cuffgtf2sam
| CufflinksOptions
| cuffmerge
| cuffnorm
| cuffquant