open huge SAM files
1 回表示 (過去 30 日間)
古いコメントを表示
Hi! I try to import a SAM (Sequence Alignment/Map) file (or parts of it) into Matlab but because it has 10GB, I don't know any good way to do this... I guess I need to create a BioMap object but that is possible only for files < 4GB.
Any help is appreciated.
Best, Razvan
0 件のコメント
採用された回答
Lucio Cetto
2012 年 3 月 6 日
The 4GB limitation for BioIndexedFile (which is the back-end support to read SAM files into BioMap) has been removed in 12a. Before 12a you could also change your SAM file to BAM, a 10GB SAM file should result into a 2.5 GB BAM file, BioMap should be able to load it.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Bioinformatics Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!