maSigPro genes from clusters
2
0
Entering edit mode
ls299 • 0
@ls299-10652
Last seen 6.6 years ago

Hello!

I have just run maSigPro's see.genes() function to obtain the graphical output for clustering. How do I then obtain lists of the genes that contributed to the different clusters?

Thank you!

masigpro clustering • 2.0k views
ADD COMMENT
0
Entering edit mode
ls299 • 0
@ls299-10652
Last seen 6.6 years ago

Figured it out, I was being silly.

In case this helps anyone else: cluster assignments are all in the 'cut' vector.

ADD COMMENT
0
Entering edit mode
@ma-jose-nueda-2304
Last seen 3.4 years ago
Spain

Hello,

Function see.genes() gives two outputs: graphical and console outputs. Lists of the genes in each group can be obtained with these instructions:
H <- see.genes(...)
names(which(H$cut==1)) # for first cluster.
...
 

ADD COMMENT

Login before adding your answer.

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