필터 지우기
필터 지우기

Load files to ngsbrowser from command line

조회 수: 1 (최근 30일)
Micah
Micah 2011년 9월 9일
I am looking for a way to load files (both reference fasta and sam) into the ngsbrowser from the command line - ie without clicking file load or file add data. Does anyone know of a solution? Or does anyone know how to code mouse clicks/keystrokes so that a script (I am writing a GUI using GUIDE) could 'do' the clicking for the user?
Thank!

답변 (1개)

Lucio Cetto
Lucio Cetto 2011년 10월 18일
This is undocummented, unfortunately it is only possible for short read data:
bm1 = BioMap('mysamfile.sam')
bm2 = BioMap('mybamfile.bam')
ngsbrowser
ngsbrowser(bm1)
ngsbrowser(bm2)
  댓글 수: 1
Micah
Micah 2011년 10월 18일
Thanks so much. Luckily I only have short read data.

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

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by