www.gusucode.com > bioinfo 案例源码程序 matlab代码 > bioinfo/CreateABioMapObjectDisplayInNGSBrowserExample.m

    %% Create a BioMap object and import it to the NGS Browser app
% 
%%
% Create a BioMap object from a SAM-formatted file.
b = BioMap('ex1.sam');

%%
% Display the object in the NGS Browser.
ngsbrowser(b)
%%
%