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
Apri esempio
Si dispone di una versione modificata di questo esempio. Desideri aprire questo esempio con le tue modifiche?
Comando MATLAB
Hai fatto clic su un collegamento che corrisponde a questo comando MATLAB:
Esegui il comando inserendolo nella finestra di comando MATLAB. I browser web non supportano i comandi 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)