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 Center および File ExchangeMigrate GUIDE Apps についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by