Skip to content

incorrect spelling of mRECIST #468

Description

@ymahlich

Some experiment files contain mRECIST drug response values. The indentifier in the dose_respone_metric column has a typo (mRESCIST).
Example:

>> novartis_experiments.tsv.gz
improve_drug_id improve_sample_id       time_unit       time    dose_response_metric    dose_response_value     source  study
...
SMI_57366       3359.0  days    47      mRESCIST        SD      Synapse Novartis PDX Gao etal 2015

It looks to me like the typo is introduced in calc_pdx_metrics.py. A quick search in the file yielded 3 instances of spelling mistakes.

nxdf = {'metric':'mRESCIST','value':None}

nxdf = {'metric':'mRESCIST','value':mrecist}

nxdf = {'metric':'mRESCIST','value':mrecist}

There might be more instances but those where the ones I could find with a quick lookup.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions