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

go in R question about baseMean filtering #14

Open
karenbobier opened this issue Mar 20, 2023 · 0 comments
Open

go in R question about baseMean filtering #14

karenbobier opened this issue Mar 20, 2023 · 0 comments

Comments

@karenbobier
Copy link

I am curious why you are filtering the expression data to only include genes with a base mean over 50? I have not really seen this as a step in other tutorials.

from GO_in_R.Rmd
sigs <- sigs[sigs$padj < 0.05 & sigs$baseMean > 50,]

thanks!

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

1 participant