open huge SAM files

조회 수: 3 (최근 30일)
Razvan
Razvan 2012년 2월 7일
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

채택된 답변

Lucio Cetto
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.
  댓글 수: 1
Razvan
Razvan 2012년 3월 6일
Thanks! I'm glad to hear that Matlab 2012a can handle these huge SAM files. BAM files seem easier to handle, though.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Bioinformatics Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by