Can I use compareCluster function to compare genes upregulated in various clusters of cells?
1
0
Entering edit mode
@charlesgwellem-16293
Last seen 24 months ago
Germany

Hi, I have a group of genes upregulated in various clusters of cells when I run Seurat's FindAllMarkers() function. Is it statistically correct to use run compareCluster::compareCluster() on a list of these upregulated genes grouped per cell cluster? Or must the genes be grouped per GO before running compareCluster().

Thanks in advance for your kind help.

clusterProfiler bioconductor • 1.5k views
ADD COMMENT
0
Entering edit mode

Not sure whether I am answering your question, but the function compareCluster() will automagically check whether the input genes have a GO annotation (through the annotation info in org.Hs.eg.db (when working with human genes)). Those genes that don't have a GO annotation will be discarded from the analysis. Then a (simple) over-representation analysis will be performed for each cluster (=set of selected genes).

ADD REPLY
0
Entering edit mode
@james-w-macdonald-5106
Last seen 18 hours ago
United States

Seurat isn't a Bioconductor package, so your question is off-topic for this site. You can evidently post questions on their github page.

ADD COMMENT
0
Entering edit mode

I think OP means the compareCluster function in the Bioconductor clusterProfiler package.

ADD REPLY

Login before adding your answer.

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