BioMap bug (bioinformatics toolbox)
이전 댓글 표시
Hi,
I try to construct a BioMap structure from a BAM file. I use
info = baminfo(bamFilename,'ScanDictionary',true);
bm = BioMap(bamFilename, 'SelectReference', info.ScannedDictionary{chromosomeNo});
Eventhough baminfo shows a valid reference (info.ScannedDictionary) and a number of mapped reads (info.ScannedDictionaryCount) when I create the bm object, this has no reads inside. Only 1 chromosome out of 16 gives me this problem, so I don't understand what's happening...
Any help is appreciated. Thanks!
Razvan
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Data Import에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!