-
Notifications
You must be signed in to change notification settings - Fork 21
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
Add cell line annotation #187
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, thanks @wxicu ! Could you please also add a corresponding test file with tests?
Signed-off-by: zethson <[email protected]>
Signed-off-by: zethson <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I fixed the list type issue
2. add statement for downloading
2. add getinfo function 3. add bulk rna expression annotation
2. make bulk rna part more efficient
2. finish bulk rna / ccle / protein expression data annotation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you very much! This looks nice.
Lots of minor comments.
I think that we should rename the MetaData class to CellLineMetaData or something like this. I thought that we could have several classes that subclass the MetaData or something but this doesn't really work here. These classes should however still be in the metadata module. Could you please change this and also have this reflected in the docs?
Change downloading description Co-authored-by: Lukas Heumos <[email protected]>
Change downloading description Co-authored-by: Lukas Heumos <[email protected]>
Change downloading description Co-authored-by: Lukas Heumos <[email protected]>
Change downloading description Co-authored-by: Lukas Heumos <[email protected]>
remove unused code Co-authored-by: Lukas Heumos <[email protected]>
Change downloading description Co-authored-by: Lukas Heumos <[email protected]>
Change downloading description Co-authored-by: Lukas Heumos <[email protected]>
Change downloading description Co-authored-by: Lukas Heumos <[email protected]>
Co-authored-by: Lukas Heumos <[email protected]>
Co-authored-by: Lukas Heumos <[email protected]>
2. docstring
2. add another cell line metadata
… wxicu/development
Signed-off-by: zethson <[email protected]>
Signed-off-by: zethson <[email protected]>
Signed-off-by: zethson <[email protected]>
PR Checklist
docs
is updatedDescription of changes
Add a class called
MetaData()
for tooling with the functionannotate_cell_lines
to annotate the cell line meta data.Technical details
Additional context