alevax / pyviper

Porting of Protein Activity and Pathway Inference to single cell and Python.
MIT License
10 stars 0 forks source link

make sure human2mouse.csv contains everything in human_genes.csv so we can be efficient #53

Closed alexanderlewis99 closed 6 months ago

alexanderlewis99 commented 11 months ago

Be sure to upload the README.md information which calls:

gene_annot = gene_annot[["human_symbol","human_ensembl"]].drop_duplicates().set_index("human_symbol")["human_ensembl"].to_dict() network["target"] = network["target"].map(gene_annot)

alexanderlewis99 commented 6 months ago

Resolved by commits 2805a03 and 88c7b99