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

Change the implementation of the metadata structure #3

Open
lucananni93 opened this issue May 15, 2017 · 0 comments
Open

Change the implementation of the metadata structure #3

lucananni93 opened this issue May 15, 2017 · 0 comments
Assignees
Projects

Comments

@lucananni93
Copy link
Member

In this moment the Metadata structure in Pandas is implemented as a Dataframe of lists. But this makes the selection and filtering of samples based on metadata pretty difficult and verbose.

Change that needs to be done:

  • Encapsulate the python list of metadata value in an object (called, for example MetaCell)
  • Overload the operators in order to make the syntax coherent with GMQL
  • Overload the toString function for good visualization in Pandas
@lucananni93 lucananni93 self-assigned this Jun 21, 2017
@lucananni93 lucananni93 added this to To Do in PyGMQL Jan 9, 2018
@lucananni93 lucananni93 moved this from To Do to In progress in PyGMQL Jan 10, 2018
@lucananni93 lucananni93 moved this from In progress to To Do in PyGMQL Sep 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
PyGMQL
  
To Do
Development

No branches or pull requests

1 participant