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

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