본문 바로가기

Bioinformatics(생정보학)

htseq-count

728x90
반응형

http://www-huber.embl.de/HTSeq/doc/count.html


RNAseq의 mapping read count 구하는 것


htseq-count -s no -a 0 -t gene -i gene_name -f bam hbec30.rnaseq.r1.fastq.bam ../example/reference/gencode.v19.annotation.gtf > hbec30.r1.count


-t : gtf 파일의 3번 째 column의 feature 중 무엇을 쓸 것인지 (defalut exon)

-s : stranded data인지

-f : input format

-a : mapping quality filter (skip all reads with alignment quality lower than the given minimum value)

-i : <id attribute>, gene_name 또는 gene_id로 하면 gene 단위로 계산됨


728x90
반응형

'Bioinformatics(생정보학)' 카테고리의 다른 글

integrative modeling of multi-omics data to identify cancer drivers and infer patient-specific gene activity  (0) 2017.05.26
TMM normalization  (0) 2017.05.24
GENCODE  (0) 2017.05.23
tophat2 설치  (0) 2017.05.12
EnrichmentMap  (0) 2017.04.19