createRFgrouping_row | R Documentation |
Create a sample grouping data from one RFclust.SGE object
createRFgrouping_row(x, RFname = "notExisting", k = 10,
single_res_row = paste("RFgrouping", RFname), colFunc = NULL)
x |
the StefansExpressionSet object |
RFname |
the name of the RFclust.SGE object in the StefansExpressionSet object. This object has to be populized with data! |
k |
the number of wanted groups ( default = 10) |
single_res_row |
the new column in the samples table default= paste('RFgrouping', RFname) |
colFunc |
a function giving the colours back for the grouping (gets the amount of groups) default = function(x)rainbow(x) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.