CuffNormOptions
Option set for cuffnorm
Description
A CuffNormOptions
object contains options for the
cuffnorm
function, which generates expression tables normalized for
library size [1].
Creation
Syntax
Description
creates a
cuffnormOpt
= CuffNormOptionsCuffNormOptions
object with the default property values.
CuffNormOptions
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,
cuffnormOpt
= CuffNormOptions(Name,Value)cuffnormOpt = CuffNormOptions('NumThreads',8)
specifies to use eight
parallel threads.
specifies optional parameters using the string or character vector
cuffnormOpt
= CuffNormOptions(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.
Version History
Introduced in R2019a
See Also
CufflinksOptions
| cuffcompare
| cuffdiff
| cuffmerge
| cuffnorm
| cuffquant
| cuffgtf2sam
| cuffgffread