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

메모리 사이즈 Byte 1 bytes KB (Kilo Byte) 1000 (10^3) bytes MB (Mega Byte) 1,000,000 (10^6) bytes GB (Giga Byte) 1,000,000,000 (10^9) bytes TB (Tera Byte) 1,000,000,000,000 (10^12) bytes PB (Pete Byte) 1,000,000,000,000,000 (10^15) bytes List, Array, tensor, Dataframe 등 python 에서 사용되는 모든 Object 의 메모리 사이즈를 sys.getsizeof( ) 로 확인할 수있다. * 해당 function은 메모리에 실제로 올라가는 크기임으로, '' 와 같이 빈 문자열도 49bytes 를 차지한다.
Python/others
2022. 2. 10. 14:12