Skip to content

Commit

Permalink
Remove old note on unstandardized mutation types
Browse files Browse the repository at this point in the history
Unstandardized mutation types were resolved. See
cognoma#2 (comment)

Addressed this reviewer comment:
cognoma#7 (comment)
  • Loading branch information
dhimmel committed Jul 22, 2016
1 parent ffe66ab commit 16a69c0
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions 2.TCGA-process.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -227,15 +227,6 @@
"snp_mutation_df.sample_id.nunique()"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"##### Mutations counts by type\n",
"\n",
"Notice that mutation type codes are not standardized. For example, `5_prime_UTR_variant`, `5'UTR`, `UTR_5_PRIME` all refer to the same type of mutation."
]
},
{
"cell_type": "code",
"execution_count": 7,
Expand Down Expand Up @@ -367,6 +358,7 @@
}
],
"source": [
"# Mutations counts by type\n",
"snp_mutation_df.effect.value_counts().reset_index()"
]
},
Expand Down

0 comments on commit 16a69c0

Please sign in to comment.