일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 비타민 C
- Git
- github
- Bioinformatics
- ngs
- drug muggers
- javascript
- pandas
- scRNAseq analysis
- matplotlib
- scRNAseq
- CSS
- DataFrame
- CUT&RUN
- PYTHON
- single cell rnaseq
- 싱글셀 분석
- Batch effect
- EdgeR
- CUTandRUN
- HTML
- js
- single cell analysis
- ChIPseq
- MACS2
- drug development
- cellranger
- single cell
- julia
- python matplotlib
Archives
- Today
- Total
목록plt.matshow (1)
바이오 대표
[ matplotlib #10 ] Python matplotlib.pyplot 기본 코드 한번에 정리_10 (Heatmap 히트맵)
Matplotlib Heatmap 히트맵 정리 1~ 8 에서 python matplotlib.pyplot 의 전반적인 설명과 plotting plt.plot( ), marker, line, label, grid, subplot, scatter, bars plot, pie chart 에 대해서 살펴보았습니다. 이번 글에서는 해당 라이브러리로 Heatmap 히트맵 에 대한 설명합니다. histogram plt.matshow( ) or plt.imshow( ) color bar plt.colorbar( ) color limit plt.clim( , ) colar map plt.get_camp('') Heatmap 히트맵 그리기 Heatmap 히트맵은 숫자 데이터를 분포를 색상을 이용해서 시각화 한 것이다. 나..
Python/matplotlib
2022. 7. 10. 23:06