Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update return_panda_indegree() and return_panda_outdegree() #1

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

twangxxx
Copy link

@twangxxx twangxxx commented Jun 5, 2019

return_panda_indegree() doesn't work with error message

subset_indegree = self.panda_results.loc[:,['gene','force']]
AttributeError: 'Panda' object has no attribute 'panda_results'

return_panda_outdegree() results in a data frame with 'force' column filled with a set of numbers rather than the sum of force of each tf

twangxxx and others added 6 commits June 5, 2019 15:23
return_panda_indegree() doesn't work with error "AttributeError: 'Panda' object has no attribute 'panda_results' "
the datatype of "force" column is character, so groupby() and sum() don't work properly.
The output of save_lioness_results() is overwritten and only store the last sample network.
Fix this bug。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant