CuffMergeOptions
Option set for cuffmerge
Description
A CuffMergeOptions
object contains options for the
cuffmerge
function, which merges cufflinks transcript assemblies [1].
Creation
Syntax
Description
creates a
cuffmergeOpt
= CuffMergeOptionsCuffMergeOptions
object with the default property values.
CuffMergeOptions
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,
cuffmergeOpt
= CuffMergeOptions(Name,Value)cuffmergeOpt = CuffMergeOptions('NumThreads',8)
specifies eight
parallel threads.
specifies optional parameters using a string or character vector
cuffmergeOpt
= CuffMergeOptions(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