Skip to content

Commit b9bbb1b

Browse files
committed
add file to aws
1 parent a0f8409 commit b9bbb1b

File tree

1 file changed

+29
-2
lines changed

1 file changed

+29
-2
lines changed

netbooks/netZooR/sex_differences_LUAD.ipynb

+29-2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,22 @@
2626
"\n",
2727
"The LUAD data used is provided from TCGA<sup>3</sup>, a NIH project that has gathered gene expression data from various cancer types. The normal lung data is from GTEx<sup>4</sup>. \n",
2828
"\n",
29+
"This analysis can be ran on the server or locally by setting the following parameter."
30+
]
31+
},
32+
{
33+
"cell_type": "code",
34+
"execution_count": null,
35+
"metadata": {},
36+
"outputs": [],
37+
"source": [
38+
"runserver=1"
39+
]
40+
},
41+
{
42+
"cell_type": "markdown",
43+
"metadata": {},
44+
"source": [
2945
"### Loading libraries "
3046
]
3147
},
@@ -68,7 +84,18 @@
6884
"cell_type": "markdown",
6985
"metadata": {},
7086
"source": [
71-
"Here we will load a table with gene Ensembl ID and HGNC from GENCODE V22. We will use this to convert Ensembl IDs to HGNC, required for gene set enrichment analysis."
87+
"Here we will load a table with gene Ensembl ID and HGNC from GENCODE V22. We will use this to convert Ensembl IDs to HGNC, required for gene set enrichment analysis. Let's first download the annotation file."
88+
]
89+
},
90+
{
91+
"cell_type": "code",
92+
"execution_count": null,
93+
"metadata": {},
94+
"outputs": [],
95+
"source": [
96+
"if(runserver==0){\n",
97+
" system(\"curl -O https://netzoo.s3.us-east-2.amazonaws.com/netbooks/lungcancer/gencode_annotation_v22_complete.txt\")\n",
98+
"}"
7299
]
73100
},
74101
{
@@ -1138,7 +1165,7 @@
11381165
"mimetype": "text/x-r-source",
11391166
"name": "R",
11401167
"pygments_lexer": "r",
1141-
"version": "4.1.1"
1168+
"version": "4.2.2"
11421169
}
11431170
},
11441171
"nbformat": 4,

0 commit comments

Comments
 (0)