Skip to content

implement function arguments to Dataset.format that triggers removal of NA values in the returned DFs #340

@ymahlich

Description

@ymahlich

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

Labels

bugSomething isn't workingenhancementNew feature or requestpackage

Projects

Status

No status

Relationships

None yet

Development

No branches or pull requests

Issue actions