Skip to content

Commit

Permalink
updated notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
anabbi committed Oct 5, 2021
1 parent 3474d0a commit b0d9c86
Show file tree
Hide file tree
Showing 14 changed files with 1,875 additions and 8,771 deletions.
725 changes: 725 additions & 0 deletions notebooks/01_cleanup_CBTTC_manifest.ipynb

Large diffs are not rendered by default.

207 changes: 107 additions & 100 deletions notebooks/02_Master_manifest.ipynb

Large diffs are not rendered by default.

296 changes: 21 additions & 275 deletions notebooks/03_exp_matrix_4ESTIMATE.ipynb

Large diffs are not rendered by default.

252 changes: 28 additions & 224 deletions notebooks/04_ESTIMATE_dataframe.ipynb

Large diffs are not rendered by default.

65 changes: 41 additions & 24 deletions notebooks/05_Cohort_cleanup.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
},
{
"cell_type": "code",
"execution_count": 17,
"execution_count": 16,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -248,7 +248,7 @@
},
{
"cell_type": "code",
"execution_count": 18,
"execution_count": 17,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -264,7 +264,7 @@
},
{
"cell_type": "code",
"execution_count": 19,
"execution_count": 18,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -280,7 +280,7 @@
},
{
"cell_type": "code",
"execution_count": 20,
"execution_count": 19,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -298,7 +298,7 @@
},
{
"cell_type": "code",
"execution_count": 21,
"execution_count": 20,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -314,7 +314,7 @@
},
{
"cell_type": "code",
"execution_count": 22,
"execution_count": 21,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -331,7 +331,7 @@
},
{
"cell_type": "code",
"execution_count": 23,
"execution_count": 22,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -347,7 +347,7 @@
},
{
"cell_type": "code",
"execution_count": 24,
"execution_count": 23,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -364,7 +364,7 @@
},
{
"cell_type": "code",
"execution_count": 25,
"execution_count": 24,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -380,7 +380,7 @@
},
{
"cell_type": "code",
"execution_count": 26,
"execution_count": 25,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -389,7 +389,7 @@
},
{
"cell_type": "code",
"execution_count": 27,
"execution_count": 26,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -406,7 +406,7 @@
},
{
"cell_type": "code",
"execution_count": 28,
"execution_count": 27,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -428,7 +428,7 @@
},
{
"cell_type": "code",
"execution_count": 29,
"execution_count": 28,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -444,7 +444,7 @@
},
{
"cell_type": "code",
"execution_count": 30,
"execution_count": 29,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -460,7 +460,7 @@
},
{
"cell_type": "code",
"execution_count": 31,
"execution_count": 30,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -488,7 +488,7 @@
},
{
"cell_type": "code",
"execution_count": 32,
"execution_count": 31,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -507,7 +507,7 @@
},
{
"cell_type": "code",
"execution_count": 33,
"execution_count": 32,
"metadata": {},
"outputs": [
{
Expand All @@ -530,7 +530,7 @@
},
{
"cell_type": "code",
"execution_count": 34,
"execution_count": 33,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -542,7 +542,7 @@
},
{
"cell_type": "code",
"execution_count": 35,
"execution_count": 34,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -572,7 +572,7 @@
},
{
"cell_type": "code",
"execution_count": 36,
"execution_count": 35,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -582,7 +582,7 @@
},
{
"cell_type": "code",
"execution_count": 37,
"execution_count": 36,
"metadata": {},
"outputs": [
{
Expand All @@ -603,7 +603,7 @@
},
{
"cell_type": "code",
"execution_count": 38,
"execution_count": 37,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -642,7 +642,7 @@
},
{
"cell_type": "code",
"execution_count": 39,
"execution_count": 38,
"metadata": {},
"outputs": [
{
Expand All @@ -661,9 +661,26 @@
"table(estimate_manifest_primary_clean$group)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Replace CBTTC with CBTN and DKFZ with ICGC"
]
},
{
"cell_type": "code",
"execution_count": 39,
"metadata": {},
"outputs": [],
"source": [
"estimate_manifest_primary_clean$group[estimate_manifest_primary_clean$group == \"DKFZ\"] <- \"ICGC\"\n",
"estimate_manifest_primary_clean$group[estimate_manifest_primary_clean$group == \"CBTTC\"] <- \"CBTN\""
]
},
{
"cell_type": "code",
"execution_count": 41,
"execution_count": 40,
"metadata": {},
"outputs": [],
"source": [
Expand Down
Loading

0 comments on commit b0d9c86

Please sign in to comment.