File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 137
137
"\n",
138
138
"import matplotlib.pyplot as plt\n",
139
139
"import pandas as pd\n",
140
- "import numpy as np\n",
141
140
"import scanpy as sc\n",
142
141
"import scvi\n",
143
142
"import seaborn as sns\n",
262
261
}
263
262
],
264
263
"source": [
265
- "os.system(\"wget -q https://ndownloader.figshare.com/files/27458798 -O \"+ sce_follicular_path)\n",
266
- "os.system(\"wget -q https://ndownloader.figshare.com/files/27458822 -O \"+ sce_hgsc_path)\n",
267
- "os.system(\"wget -q https://ndownloader.figshare.com/files/27458828 -O \"+ hgsc_celltype_path)\n",
268
- "os.system(\"wget -q https://ndownloader.figshare.com/files/27458831 -O \"+ fl_celltype_path)"
264
+ "os.system(\"wget -q https://ndownloader.figshare.com/files/27458798 -O \" + sce_follicular_path)\n",
265
+ "os.system(\"wget -q https://ndownloader.figshare.com/files/27458822 -O \" + sce_hgsc_path)\n",
266
+ "os.system(\"wget -q https://ndownloader.figshare.com/files/27458828 -O \" + hgsc_celltype_path)\n",
267
+ "os.system(\"wget -q https://ndownloader.figshare.com/files/27458831 -O \" + fl_celltype_path)"
269
268
]
270
269
},
271
270
{
You can’t perform that action at this time.
0 commit comments