blockName
Description
Examples
Get Block Names from Bioinformatics Pipeline
Import the pipeline and block objects needed for the example.
import bioinfo.pipeline.Pipeline import bioinfo.pipeline.block.*
Create a pipeline.
P = Pipeline;
Create a FileChooser block.
fcBlock = FileChooser(which("ex1.sam"));
Create a SamSort block.
ssBlock = SamSort;
Add blocks to the pipeline.
addBlock(P,[fcBlock,ssBlock]);
Retrieve the block names.
bNames = blockName(P,[fcBlock,ssBlock])
bNames = 1×2 string
"FileChooser_1" "SamSort_1"
Input Arguments
pipeline
— Bioinformatics pipeline
bioinfo.pipeline.Pipeline
object
Bioinformatics pipeline, specified as a bioinfo.pipeline.Pipeline
object.
blocks
— Blocks in pipeline
bioinfo.pipeline.Block
object | vector of objects
Blocks in the pipeline, specified as a bioinfo.pipeline.Block
object or vector of such objects.
Output Arguments
names
— Block names
string scalar | string array
Block names, returned as a string scalar or string array. If
blocks
is an array,
names(i)
is the name of the
ith block blocks(i)
.
Version History
Introduced in R2023a
Commande MATLAB
Vous avez cliqué sur un lien qui correspond à cette commande MATLAB :
Pour exécuter la commande, saisissez-la dans la fenêtre de commande de MATLAB. Les navigateurs web ne supportent pas les commandes MATLAB.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)