netZooPy icon indicating copy to clipboard operation
netZooPy copied to clipboard

netZooPy is a network biology package implemented in Python.

Results 25 netZooPy issues
Sort by recently updated
recently updated
newest added

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...

bug

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...

enhancement

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...

enhancement

currently, PUMA mir argument requires a filepath but this should facilitate a pandas dataframe as well

enhancement

``` 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...

bug

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

bug
enhancement