35. インストール (2/3)
# RNA-Skimのインストール!
wget https://github.com/zzj/RNASkim/archive/master.zip!
unzip master.zip!
cd RNASkim-master!
export CXX=/PATH/TO/YOUR/HOME/GCC/bin/g++!
!
./prepare.sh!
cd src!
make all!
make all # なぜか二回やらないとコンパイルされない
41. 参考
# 発現量の指標!
・Transcript assembly and quantification by RNA-Seq reveals unannotated transcripts and isoform
switching during cell differentiaion!
・RSEM: accurate transcript quantification from RNA-Seq data with or without a reference genome!
・RNA-Seq gene expression estimation with read mapping uncertainty!
・Sailfish: Rapid Alignment-free Quantification of Osoforms from RNA-Seq Reads!
・Measurement of mRNA abundance using RNA-seq data: RPKM measure is inconsistent among samples
!
# EMアルゴリズム!
・潜在変数モデルと学習法に関して!
・不完全データの統計解析!
・RでEMアルゴリズムによる混合ガウスモデル最尤推定!
・パターン認識と機械学習 第9章 「混合モデルとEM」!
・EM algorithm@Slideshare
42. 参考
# フラグメント割当て問題!
・What’s the FPKM?!
・「RNA-Seqの数理 - 生成モデルによる発現量推定」シリーズ!
・(Rで)塩基配列解析!
・トランスクリプトームデータ解析戦略2014!
・CSHL Keynote; Dr. Lior Pachter, UC Berkeley (youtube)!
・Gene and transcript discovery and expression analysis with RNA-Seq!
・eXpress: Streaming read deconvolution and abundance estimation applied to RNA-Seq!
!
# Bloom filter!
・ブルームフィルタ(Wikipedia)!
・Bloom filterの説明!
!
# Rolling Hash!
・ラビン-カープ文字列検索アルゴリズム