converter

topicpy.converter.converter

alias of topicpy.converter.converter

topicpy.converter.convert_list_to_sybmols(ensgs: list) → list[source]
it converts a list of ENSG to gene names
Parameters:ensgs

list of ENSG

convert_list_to_sybmols([“ENSG00000159763”])

topicpy.converter.convert_list_to_ensg(symbols: list) → list[source]
it converts a list of gene names to ENSG identifiers
Parameters:symbols

list of gene symbols

convert_list_to_sybmols([“PIP”])