plotCLEANscore | R Documentation |
This function generates a plot of the number of genes with CLEANscores <= a threshold against that threshold. These plots can be used, for example, to compare different clustering algorithms.
plotCLEANscore(fClustAnnotations, fCategoryName = "GO", maxCLEANscore = NULL, add = FALSE, ...)
fClustAnnotations |
A list of functional cluster annotations generated by the runCLEAN() function or the generateTreeViewFiles() function |
fCategoryName |
Name of the list of functional categories to be used for the comparison |
maxCLEANscore |
Maximal CLEANscore. If specified, this parameter is used to specify the xlim parameter in the plot() function. |
add |
If TRUE, plot will be added to existing graph. |
... |
Additional parameters to the plot() function |
Johannes Freudenberg
generateTreeViewFiles
, runCLEAN
,plot
, lines
## not run
#data(gimmOut)
#require(org.Rn.eg.db)
#allGenes <- unique(keys(org.Rn.egSYMBOL))
# plotCLEANscore is intended for larger datasets. Here we use the larger
# background gene list to somewhat better demonstrate the
# plotCLEANscore() function. In real life, the background list should be
# the list of genes represented on the microarray
#fClustAnnotations <- runCLEAN(gimmOut, bkgList = allGenes,
# functionalCategories="CpGislands",species = "Rn",
# maxGenesInCategory=10000)
#plotCLEANscore(fClustAnnotations, fCategoryName="CpGislands")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.