Skip to content

Commit

Permalink
Evaluate performance of covariates on TP53
Browse files Browse the repository at this point in the history
See how well covariates (non-expression features) predict TP53 mutation.

Related to cognoma#8:
General mutation-load does provide some ability to predict mutation status of
TP53.

Partially addresses cognoma#21:
Covariates are extracted from samples.tsv.
  • Loading branch information
dhimmel committed Sep 14, 2016
1 parent 630e25d commit 51c6097
Show file tree
Hide file tree
Showing 4 changed files with 1,585 additions and 0 deletions.
9 changes: 9 additions & 0 deletions explore/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# A directory for exploratory machine learning analyses

This directory is home is exploratory analyses that help answer questions about how we should do machine learning. For algorithm implementations see the [`algorithms`](../algorithms) directory. For other types of analyses, place them here.

Notebooks should be exported to scripts for review. For example, from the directory containing your scripts run:

```sh
jupyter nbconvert --to=script *.ipynb
```
3 changes: 3 additions & 0 deletions explore/confounding/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This analysis looks into covariates and their potential confounding effects.

Specifically, we find that disease type, gender, and mutation burden predict _TP53_ mutation with AUROC = 84%.
Loading

0 comments on commit 51c6097

Please sign in to comment.