How to add or input nearly 8000 genes for annotation in enrichR.
This is command below
library(enrichR)
dbs <- listEnrichrDbs()
dbs <- c("GO_Molecular_Function_2015", "GO_Cellular_Component_2015", "GO_Biological_Process_2015" , "ChEA_2016" ,"KEGG_2016")
enriched <- enrichr(c("Runx1", "Gfi1", "Gfi1b", "Spi1", "Gata1", "Kdr"), dbs)
printEnrich(enriched, "output.txt" , sep = "\t", columns = c(1:9))
bp <- enriched[["GO_Biological_Process_2015"]]
But I want to enter 8000 genes for enrichment, how to do that.
I added code markup to your post for increased readability. You can do this by selecting the text and clicking the 101010 button. When you compose or edit a post that button is in your toolbar, see image below:
Actually, i am new to R, what you are saying I am not getting it. :(
Wouter's statement has nothing to do with R. It's a short primer on how to format your post. You can read the posts under https://biostars.org/t/how-to to learn how to use the site better.
Hello bikash2510!
We believe that this post does not fit the main topic of this site.
Issue Resolved.
For this reason we have closed your question. This allows us to keep the site focused on the topics that the community can help with.
If you disagree please tell us why in a reply below, we'll be happy to talk about it.
Cheers!
There is no need to close a question if it's resolved, I reopened the thread.
If an answer was helpful you should upvote it, if the answer resolved your question you should mark it as accepted.