Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- R
- Preprocessing
- 대학생주식
- single cell rna sequening
- 주식
- 티스토리챌린지
- ngs short
- 주식투자
- scanpy
- numpy
- 대학원
- Python
- Next Generation Sequencing
- 선형대수
- 오블완
- liver
- bcftools
- 통계학
- 후기
- Tutorial
- single cell rna sequencing
- np.diagflat
- np.trace
- NGS
- 대학생재테크
- np.triu
- bioinformatics
- fastqc
- scRNASeq
- np.flatten
Archives
- Today
- Total
목록bcftools (1)
biotechknowledge

sam file document 는 구글에 sequence alignment map format specification 검색하면 쉽게 찾을 수 있다.sam 파일의 각 열에 대한 설명이다. 10,11은 염기와 퀄리티 점수를 갖고 있으므로 반대로 fastq 파일을 만들 수 있다. FLAG는 SAM/BAM 파일에서 각 read의 alignment(정렬) 상태를 2진수 비트(bit)로 정의하고 십진수로 변환한다. 여러가지 상태인 경우 모두 합산한 값으로 구한다. 합산값은 고유하다. samtools를 이용하면 FLAG로 리드가 어떤 상태와 특성을 갖는지 확인할 수 있다. Samtoolshttps://www.htslib.org/ SamtoolsSamtools Samtools is a suite of program..
bioinformatics
2025. 5. 10. 23:17