Last active
October 10, 2020 13:09
-
-
Save monogenea/54cb57a1b1a16b4841a2f05cae62081e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Imports | |
#!pip install datatable | |
import os, umap | |
import numpy as np | |
import pandas as pd | |
import datatable as dt | |
import seaborn as sns | |
os.chdir('PATH/TO/WDIR') | |
# Download expression matrix (matrix.csv) and metadata (metadata.csv) | |
!wget https://idk-etl-prod-download-bucket.s3.amazonaws.com/aibs_human_m1_10x/matrix.csv | |
!wget https://idk-etl-prod-download-bucket.s3.amazonaws.com/aibs_human_m1_10x/metadata.csv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment