Description
If Dataset.experiments
contains drug response metrics for cancer samples that have no recorded response values (e.g. auc == NA
) those will be returned and included in the formatted Dataframe that is returned by Dataset.format()
.
We want to add an optional flag (remove_na==True
) that will be default remove rows in the returned DF which contain NAs, and returns the complete set (including rows containing NAs) if manually set to False
.
This will resolve #322
Metadata
Metadata
Assignees
Type
Projects
Status
No status