how to classify geneID in the compareCluster
1
0
Entering edit mode
joseph ▴ 50
@joseph-5658
Last seen 6.5 years ago

In the online tutorial of comparison analysis, when you make the formula, if some genes are repeated in more than 2 groups, how could we to make that table?

Meanwhile, when I convert the gene symbol to ENTREZID, always have this warning msg. Actually, all of the genes have matched and converted, nothing missed.

select()' returned 1:1 mapping between keys and columns
Warning message:
In bitr(rownames(VAC_timecourse_DEG_Day28), fromType = "SYMBOL",  :
  0.28% of input gene IDs are fail to map...

clusterprofiler • 1.0k views
ADD COMMENT
0
Entering edit mode
Guangchuang Yu ★ 1.2k
@guangchuang-yu-5419
Last seen 2 days ago
China/Guangzhou/Southern Medical Univer…

for example, geneA in group A, B, C, just use something like:

gene            group

geneA            A

geneA            B

geneA            C

geneB            A

 

Then you can use compareCluster(gene ~ group, ...)

 

 

The warning message is OK

ADD COMMENT

Login before adding your answer.

Traffic: 653 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