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

volcano plots specifications #81

Open
davidsebfischer opened this issue Mar 11, 2019 · 2 comments
Open

volcano plots specifications #81

davidsebfischer opened this issue Mar 11, 2019 · 2 comments

Comments

@davidsebfischer
Copy link
Contributor

Just a note... I also have some code to make a volcano plot in line [111] here. Don't know if this is still needed, but I thought I would see if someone cares.

@davidsebfischer do you allow labels in your volcano plot function? And can it take any object, or only some custom diffxpy ones? If these things aren't a problem I'd prefer to use yours tbh.

Originally posted by @LuckyMD in scverse/scanpy#460 (comment)

@davidsebfischer
Copy link
Contributor Author

I thought this was better dealt with here. I did not understand the question fully, what type of object would you want to call the volcano plot on? Right now it only handles diffxpy objects. I will to add gene lables, right now you can only color certain target genes in the plot.

@LuckyMD
Copy link

LuckyMD commented Mar 11, 2019

I have a pandas dataframe with gene names, fold changes, and adjusted p-values. That's all you need for a volcano plot really...

A nice specification would be the ability to zoom into a particular region. But of course you can do that by subsetting the dataframe as well.

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

No branches or pull requests

2 participants