Skip to content

removeMutants code #1

Description

@Emma-Manners

Thanks very much for your recent paper, I'm reading this with interest.

I was hoping to confirm your removeMutants code, there are potentially two instances in the notebook:

if removeMutants:
%sql
delete from temp_assays where variant_id is not null or lower(description) like '%mutant%'
or lower(description) like '%mutation%' or lower(description) like '%variant%';

if removeMutants:
%sql
delete from temp_assays where variant_id is null and lower(description) like '%mutant%' or lower(description) like '%variant%'
or lower(description) like '%mutation%';

Thanks again

Metadata

Metadata

Assignees

No one assigned

    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