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 |
Tags
- Preprocessing
- 오블완
- satter plot
- 인공지능대회
- 대학생주식
- Tutorial
- dimentional reduction
- scnapy
- 대학생재테크
- 퍼짐 정도
- R
- 주식
- cre recombinase
- doublet detection
- bioinformatics
- 티스토리챌린지
- scRNASeq
- scanpy
- 주식투자
- 통계학
- 중심 측도
- tamoxifen
- journal review
- zonation
- single cell rna sequencing
- nearest neighbor graph constuction
- nature protocol
- loxp
- confocal
- cre-loxp system
Archives
- Today
- Total
목록scnapy (1)
biotechknowledge
Scanpy tutorials - preprocessing and clustering ( Re-assess quality control and cell filtering ,Differentially-expressed Genes as Markers) tutorial 코드 설명
Re-assess quality control and cell filteringsc.pl.umap( adata, color=["leiden", "predicted_doublet", "doublet_score"], # increase horizontal space between panels wspace=0.5, size=3,) sc.pl.umap() : UMAP 을 통해 차원 축소된 데이터를 시각화 한다.color=["leiden", "predicted_doublet", "doublet_score"] : 각각의 UMAP 플롯에서 색상을 지정하는 기준이다. 첫번째 그래프는 클러스터별로 색깔을 입힌 것이다. doublet score 를 보며 threshold 를 조절해볼 수 있고 ..
bioinformatics
2024. 11. 14. 10:58