PNNL-CompBio / BeatAMLproteomics

Analysis of the 210 patient cohort processed by the OHSU/PNNL PTRC
MIT License
7 stars 2 forks source link

Kaplan meier + feature extraction #34

Closed CamiloPosso closed 2 years ago

CamiloPosso commented 2 years ago

1) NMF_helper - added function extract.features, which uses the extractFeatures function from NMF to select the features which most contribute to each metagene.

2) NMF_summary - added Kaplan meier plots for each k value in the report, as well as the cluster information to the heatmaps

3) uploading_metagenes - Short script for extracting features from the NMF results. These are combined with other information, like the type of data the feature belongs to (Global, Phospho, RNA) and the number of data points imputed within that feature prior to running NMF.