일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- github
- Batch effect
- pandas
- CUTandRUN
- HTML
- PYTHON
- scRNAseq
- CUT&RUN
- DataFrame
- ChIPseq
- julia
- Git
- drug muggers
- single cell
- matplotlib
- scRNAseq analysis
- MACS2
- single cell rnaseq
- python matplotlib
- Bioinformatics
- 비타민 C
- single cell analysis
- CSS
- 싱글셀 분석
- javascript
- drug development
- cellranger
- js
- EdgeR
- ngs
Archives
- Today
- Total
목록colab googld drive (1)
바이오 대표
[ Google Colab ] Google Drive 연동
Colab으로 코딩을 돌릴 때, 필요한 파일을 런타임마다 업로드를 해줘야 하는 불편함이 있다. 고로 google drive 에 데이터를 두고 가져오면 편하다. 1. Colab 에서 google drive 와 mount 하기 from google.colab import drive drive.mount('/content/gdrive') 2. 링크를 타고 내 구글 계정과 연결시킬 수 있다. 3. 구글에서 주는 코드를 복사해서 authorization code 입력란에 붙여넣기 하면 google drive 의 메인 /content/gdrive로 연결된다
Programming enviorment
2021. 9. 23. 09:06