createRFgrouping_row-methods: description of function createRFgrouping_row

createRFgrouping_rowR Documentation

description of function createRFgrouping_row

Description

Create a sample grouping data from one RFclust.SGE object

Usage

createRFgrouping_row(x, RFname = "notExisting", k = 10,
  single_res_row = paste("RFgrouping", RFname), colFunc = NULL)

Arguments

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)


stela2502/StefansExpressionSet documentation built on April 24, 2023, 8:15 p.m.