PyPathway icon indicating copy to clipboard operation
PyPathway copied to clipboard

A python package for pathway visualization

Results 4 PyPathway issues
Sort by recently updated
recently updated
newest added

Hi, I am using the ora package to perform Reactome and KEGG analyses. I have gene symbols so I used IdMapping to convert them to entrezid. From the conversion I...

This moves the import of numpy into a custom build_ext command so we can: * postpone the import of numpy to a time where setuptools has had a chance to...

A Python package should always be able to install itself in an empty virtualenv and handle dependencies automatically. Trying to do this with PyPathway fails: ```bash $ git clone https://github.com/iseekwonderful/PyPathway.git...

Hey, I just had a quick question about the SPIA implementation. I noticed that in the tutorial you posted, the p-values for the Colorectal dataset seem to be quite different...