implement function arguments to Dataset.format
that triggers removal of NA values in the returned DFs
#340
Labels
Milestone
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 byDataset.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 toFalse
.This will resolve #322
The text was updated successfully, but these errors were encountered: