netZooPy
netZooPy copied to clipboard
netZooPy is a network biology package implemented in Python.
In Panda preprocessing there was a problem with indices. Using gene2idx.get(x, 0) always give you the index 0 if x is missing from gene2idx.get (like a gene in gene expression...
Feature request by @talkhanz to add an argument in lioness to produce a set of noncontinuous samples for example [4,5,10] as opposed to start and end arguments that produce all...
Add flag for lioness where we can run lioness with all samples as background, but computes lioness on a subset of samples. Right now start and end are used only...
currently, PUMA mir argument requires a filepath but this should facilitate a pandas dataframe as well
``` from netZooPy.panda.panda import Panda from netZooPy.puma.puma import Puma from netZooPy.lioness.lioness import Lioness from netZooPy.lioness.lioness_for_puma import LionessPuma import pandas as pd import os from io import StringIO import sys class...
PUMA's description missing in README file
There is a ligress folder in netZoopy/netZoopy which should be Bonobo instead
- solving a small bug in LIONESS CLI - Adding a class to deal with otter - CLI for otter and lionessotter