Enrichment of gene set with enrichR
0
0
Entering edit mode
6.1 years ago
bikash2510 ▴ 30

How to create Bar Plot and Dot plot for a different function of the gene with help of enrichR. This is the command I am using for the result.

> dat=read.delim("Down_Li+8Gy.txt", header=FALSE)
> my_genes3=as.character(dat$V1)
> enriched <- enrichr(my_genes3, dbs

Uploading data to Enrichr... Done.
  Querying GO_Molecular_Function_2015... Done.
  Querying GO_Cellular_Component_2015... Done.
  Querying GO_Biological_Process_2015... Done.
  Querying KEGG_2016... Done.
Parsing results... Done.

> printEnrich(enriched, "output3.txt" , sep = "\t", columns = c(1:9))
> DownLi8GyBP<- enriched[["GO_Biological_Process_2015"]]
> DownLi8GyCC<- enriched[["GO_Cellular_Component_2015"]]
> DownLi8GyMF<- enriched[["GO_Molecular_Function_2015"]]
> DownLi8GyKEGG<- enriched[["KEGG_2016"]]
enrichR RNA-Seq rna-seq • 2.5k views
ADD COMMENT
0
Entering edit mode

What have you tried?

ADD REPLY
0
Entering edit mode

I am not getting any function regarding box plot, dot plot i enrichR.

ADD REPLY
0
Entering edit mode

I am not getting

How did you try searching for one?

ADD REPLY
0
Entering edit mode

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:

101010 Button

ADD REPLY
0
Entering edit mode

How to solved this problem?..This code is not avilable..

ADD REPLY
0
Entering edit mode

What code are you referring to? WouterDeCoster's comment is referring to an option available on the post editor here, not to a piece of code that pertains to the problem at hand. I updated his comment and made sure the image that was there earlier is now available again.

ADD REPLY

Login before adding your answer.

Traffic: 1932 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6