Does verboseScatterplot in WGCNA package allow for highlighting a subset of genes
0
0
Entering edit mode
S • 0
@0b4d0d5b
Last seen 5 months ago
Norway

I was wondering does the verboseScatterplot function in WGCNA allow to specific a few subset of genes? This is a subset overlapping with another analysis of mine and I wanted to highlight those genes in the module mebership vs gene significance plot. Below is the code I am using:

verboseScatterplot(abs(geneModuleMembership[moduleGenes,column]),
                   abs(geneTraitSignificance.chol[moduleGenes,1]),
                   xlab=paste("Module membership in", module,"module"),
                   ylab="Gene significance for total choelsterol",
                   main=paste("Module membership vs gene significance"),
                   cex.main = 1.2,cex.lab = 1.2,cex.axis = 1.2,col="turquoise",
                   abline = TRUE,lmFnc = rlm,ylim=c(-0.1,0.3))


# include your problematic code here with any corresponding output 
# please also include the results of running the following in an R session 

sessionInfo( )
WGCNA • 611 views
ADD COMMENT

Login before adding your answer.

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