일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- CUTandRUN
- 비타민 C
- EdgeR
- python matplotlib
- single cell rnaseq
- pandas
- Bioinformatics
- drug muggers
- single cell analysis
- matplotlib
- MACS2
- 싱글셀 분석
- ChIPseq
- js
- DataFrame
- CUT&RUN
- javascript
- Git
- ngs
- drug development
- CSS
- julia
- scRNAseq
- cellranger
- Batch effect
- scRNAseq analysis
- HTML
- single cell
- PYTHON
- github
- Today
- Total
목록Bioinformatics/Tools (12)
바이오 대표
Background DNA 의 어느 부분에 protein 이 붙어있는지에 따라, 유전자 발현양이나, 세포의 운명? 이 결정된다. 따라서 해당 위치를 알아내기 위해 사용되는 기술로는 ChiP-seq(protein 과 dna 를 link 하고 dna 자른 뒤 antibody로 추출하는) 과 CUT&RUN(Antibody-directed MNase 가 protein binding 위치를 자르는 기술) 이 있다. ChiP-seq 기술이 좀더 오래 사용되었고, 많은 분석 툴들이 해당 기술에 초점이 맞춰져있어서 이를 CUT&RUN 데이터에 적용시키기 어려운면이 있다. Chip-seq 데이터는 background noise 가 큰 반면, CUT&RUN low read length, low and sparseness ..
Cell Ranger 이란? (v7.1) Illumina 의 Chromium single cell data 를 align 하고 feature-barcode matrics를 만들고, clustering secondary analysis 등을 하기 위한 분석 파이프라인 set 입니다. Cell ranger을 이용해서 데이터를 핸들링 할때 크게 다음 5개의 파이프라인 사용이 가능합니다. cellranger mkfastq Demultiplexing BCL(raw base call) files → FASTQ files bcl2fastq cellranger count Illumina single cell FASTQ가 주어진다면 가장 흔하게 사용되는 파이프라인입니다. Alignment, filtering, barco..
해당 글을 https://yezhengstat.github.io/CUTTag_tutorial/#Cite_this_tutorial 을 참고하였습니다. CUT & TAG Data Processing and Analysis Tutorial 1. Introduction Eukaryotic nucleus DNA에서 일어나는 모든 dynamic process 는 chromatin landscape/지형 을 따른다고 보면된다. Chromatin landscape 는 nucleosomes, their modification, TF and chromatin-associated complexed 등으로 이루어져있다. 이렇게 다는 chromatin features 을 이용하면 다른 cell type간, development..
nextflow 를 이용하여 RNA-seq을 진행하기 위하여 사용하였다. Trim Galore Function: FastQ 파일은 일정하게 QC 하고 trimming 하기 위한 툴. warrper tool of Cutadapt and FastQC + some functions for RRBS type library *Cutadapt: adapter seq, primers, poly-A-tail 등 제거 *FastQC: High throughput sequencing data QC Step 1: Quality Trimming low-quality reads trimmed off using phred quality score Step 2: Adapter Trimming Default: 13pb of Illu..