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

Block Style 에는 margin, padding, border 이 존재한다 [1] Margin: box의 경계선 '바깥' 공간 Margin 설정 값 예시 margin: 20px 하나 -- > 상 하 좌 우 다 적용 margin: 20px, 15px 둘 --> 상 하 20, 좌 우 15 margin : 20px, 15px, 10px, 5px 넷 --> top, right, bottom, left (시계방향으로) * collapsing margin: body 와 div가 겹치면 margin이 하나가 되어 적용 (상하에서만 발생) [2] padding: box의 경계선부터 '안쪽' 공간 body { padding: 20px; background-color: thistle; } * id 를 이용해서 CS..
Front_end
2021. 8. 13. 15:28