3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

IGV(Integrative Genomics Viewer)未使用者にLinuxでインストール+起動してもらうためのメモ

Posted at

IGVとは?

ゲノムブラウザは、遺伝子モデルやRNA-seq、ChIP-seqなどのオミクスデータといった、ゲノム上に定義された様々なデータを可視化するツールです。
IGV(Integrative Genomics Viewer)はアメリカのBroad Instituteの開発したGUIのゲノムブラウザです。

インストール+起動

準備

java -version で Java 1.8がインストールされているかを確認しましょう。
インストールされていなかったらインストールしてください。

インストール

wget http://data.broadinstitute.org/igv/projects/downloads/2.4/IGV_2.4.19.zip
unzip IGV_2.4.19.zip
cd IGV_2.4.19
chmod 700 igv.sh

起動

./igv.sh

こうなります:

IGV.png

さらなる使い方

3
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?