bioinfo.pipeline.block.CuffMerge
Description
A CuffMerge
block enables you to merge assembled transcripts from
two or more GTF files.
The block requires the Cufflinks Support Package for the Bioinformatics Toolbox™. If the support package is not installed, then a download link is provided. For details, see Bioinformatics Toolbox Software Support Packages.
Creation
Syntax
Description
creates
a b
= bioinfo.pipeline.block.CuffMergeCuffMerge
block.
also specifies additional b
= bioinfo.pipeline.block.CuffMerge(options
)options
.
specifies additional options as the property names and values of a b
= bioinfo.pipeline.block.CuffMerge(Name=Value
)CuffMergeOptions
object. This object is set as the value of the
Options
property of the block.
Input Arguments
Properties
Object Functions
compile | Perform block-specific additional checks and validations |
copy | Copy array of handle objects |
emptyInputs | Create input structure for use with run method |
eval | Evaluate block object |
run | Run block object |
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 R2023a