MapSplice2 Alignment 분석 도구 설치 및 실행 방법Bioinformatics2017. 1. 6. 14:35
Table of Contents
MapSplice 2 에서는 Bowtie Builder 로 생성된 레퍼런스 인덱스 파일을 사용한다.
Bowtie 인덱스 파일을 이용하여 리드들을 Alignment 하는 분석 단계를 수행한다.
python mapsplice.py [options]* \
-c <Reference_Sequence> \
-x <Bowtie_Index> \
-1 <Read_List1> \
-2 <Read_List2>
명령어 예제).
/usr/bin/python ~/MapSplice-v2.2.1/mapsplice.py -p 4 \
--qual-scale phred33 --bam --fusion \
-o /$output_path \
-c ~/hg19 \
-x ~/hg19/hg19 \
-1 ~/R1_001.fastq \
-2 ~/R2_001.fastq
반응형
'Bioinformatics' 카테고리의 다른 글
SparkBWA Alignment 분석 도구 설치 및 실행 방법 (0) | 2017.01.18 |
---|---|
BigBWA Alignment 분석 도구 설치 및 실행 방법 (0) | 2017.01.06 |
BLAST Nr/Nt 데이터베이스에서 시퀀싱 서열로 변환 명령어 (0) | 2016.02.17 |
Burrow-wheeler Transform (BWT) (0) | 2012.08.01 |
Burrows-Wheeler Aligner(BWA) Alignment 분석 도구 설치 및 실행 방법 (0) | 2012.07.28 |
@kogun82 :: Ctrl+C&V 로 하는 프로그래밍
Korean BioInformation Center(KOBIC) Korea Research Institute of Bioscience & Biotechnology Address: #52 Eoeun-dong, Yuseong-gu, Deajeon, 305-806, KOREA +82-10-9936-2261 e-mail: kogun82@kribb.re.kr Blog: kogun82.tistory.com Homepage: www.kobic.re.kr
포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요!