Main Content
bioinfo.pipeline.block.FeatureCount
Bioinformatics pipeline block to count reads mapped to genomic features
Since R2023a
Description
A FeatureCount
block enables you to compute the number of reads
mapped to genomic features.
Creation
Syntax
Description
creates a b
= bioinfo.pipeline.block.FeatureCountFeatureCount
block.
also specifies additional b
= bioinfo.pipeline.block.FeatureCount(options
)options
.
specifies additional options as the property names and values of a b
= bioinfo.pipeline.block.FeatureCount(Name=Value
)FeatureCountOptions
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
Version History
Introduced in R2023a