Class: BioMap
Print summary of BioMap
object
getSummary(BioObj)
ds = getSummary(BioObj)
getSummary(
prints
a summary of a BioObj
)BioMap
object. The summary includes
the names of references, the number of sequences mapped to each reference,
and the genomic range that the sequences cover in each reference.
returns
the summary information in a ds
= getSummary(BioObj
)dataset
array.
|
Object of the |
|
|
Construct a BioMap
object, and then display
a summary of the object:
% Construct a BioMap object from a SAM file BMObj2 = BioMap('ex2.sam'); getSummary(BMObj2)
BioMap summary: Name: '' Container_Type: 'Data is file indexed.' Total_Number_of_Sequences: 3307 Number_of_References_in_Dictionary: 2 Number_of_Sequences Genomic_Range seq1 1501 1 1569 seq2 1806 1 1567