일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- MACS2
- CUT&RUN
- 비타민 C
- single cell analysis
- drug development
- PYTHON
- Git
- Batch effect
- drug muggers
- EdgeR
- github
- CSS
- pandas
- CUTandRUN
- DataFrame
- single cell rnaseq
- Bioinformatics
- javascript
- js
- matplotlib
- ngs
- 싱글셀 분석
- HTML
- single cell
- ChIPseq
- julia
- python matplotlib
- scRNAseq
- cellranger
- scRNAseq analysis
Archives
- Today
- Total
목록fastq to bam (1)
바이오 대표

samtools 는 sequencing data를 다룰 때 흔히 사용되는 software package 이다. 보통 SAM (sequence alignment/map), BAM, CRAM 파일에서 alignments를 다루기 위해 사용된다. 흔히 사용되는 기능은 다음과 같다. converting format (파일 형태를 SAM, BAM, CRAM 등으로) sorting (순서정렬) merging (합치기) indexing (인덱싱) retrieve reads (검색) Samtools Install Homebrew 를 이용해서 쉽게 install 할 수 있다. $ brew install samtools !! 만약 당신이 맥북 M1 chip user 이라면 문제가 좀 복잡해진다. 2022.01.22 - [..
Bioinformatics
2022. 1. 22. 17:37