Main Content
getDictionary
Class: BioIndexedFile
Retrieve reference sequence names from SAM-formatted source file associated with BioIndexedFile object
Syntax
Dict
= getDictionary(BioIFobj
)
Description
returns Dict
= getDictionary(BioIFobj
)Dict
,
a cell array of unique character vectors specifying the names of the
reference sequences in the SAM-formatted source file associated with BioIFobj
,
a BioIndexedFile object.
Input Arguments
|
Object of the |
Output Arguments
|
Cell array of unique character vectors specifying the reference
sequence names in the SAM-formatted source file associated with |