Nothing
get.sorted.members <- function(modID, pigengene, modules ){
numModID <- as.numeric(gsub("ME", "", modID))
## If there was no "ME" in modID, the old version would look up the wrong column
charModID <- paste("ME", numModID, sep='')
Q1 <- pigengene$membership[match(names(modules)[which(modules==numModID)], rownames(pigengene$membership)), charModID]
return(Q1[order(rank(abs(Q1)))])
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.