bioinfo.pipeline.block.CuffNorm
Bioinformatics pipeline block to normalize transcript expression levels
Since R2023a
Description
A CuffNorm
block enables you to generate expression tables which
contain normalized expression level for each isoform, gene, transcript start site, and coding
sequence based on library size.
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.CuffNormCuffNorm
block.
also specifies additional b
= bioinfo.pipeline.block.CuffNorm(options
)options
.
specifies additional options as the property names and values of a b
= bioinfo.pipeline.block.CuffNorm(Name=Value
)CuffNormOptions
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