Skip to content

Integrate function 'process_taxa()' #1

@sabahzero

Description

@sabahzero

def process_taxa(edges): # Integrate process_taxa() function into data_tools package ?
nodes = edges.drop_duplicates(subset=['taxon', 'tax_id'])[['taxon', 'taxonLabel', 'tax_id']]
nodes = add_curi(nodes, {'tax_id': 'NCBITaxon'})
return standardize_nodes(nodes, 'taxon')

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions