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

Intersection between Up and down regulated genes #6

Open
clbenoit opened this issue Dec 10, 2020 · 4 comments
Open

Intersection between Up and down regulated genes #6

clbenoit opened this issue Dec 10, 2020 · 4 comments

Comments

@clbenoit
Copy link

I find an intersection between the up and down regulated genes with Ideal.
("Intersection of gene sets" figure in the "Functional analysis" outlet). That is strange. Please find the figure in PJ
plot_vennlists.pdf

Best wishes,
Cala3len

@federicomarini
Copy link
Owner

Indeed weird.
Got a MRE I can work on?

@clbenoit
Copy link
Author

Hello Frederico,
Please find here both sampleplan and count matrix I have used :
IdealData.zip
(Filter 2 on the rowsums then group_1 vs group2 DE with default parameters).

@federicomarini
Copy link
Owner

Hi @Cala3len,
I might need a more detailed description to fully reproduce this one.
What should I specify in the other steps for the setup part?
Or can you provide the exact code that underlies your sentences?

@federicomarini
Copy link
Owner

Although, from a first look at it, I have some first bets

  • handling of NAs - might be not so completely correctly handled by gplots::venn
  • might be handled differently by the upset plot function

Probably should be addressed by an extra na.omit ahead of the call.

Could you confirm that if you save the state of the reactives (upper right corner)? Or as well, if you are confident with the editor: try adding such a chunk while the app is live

values$genelistUP()
values$genelistDOWN()
intersect(values$genelistUP(),values$genelistDOWN())

sum(is.na(values$genelistUP()))
sum(is.na(values$genelistDOWN()))

vl <- gplots::venn(
  list(
    values$genelistUP(),
    values$genelistDOWN()
  )
)

vl

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