createRFgrouping_col-methods: description of function createRFgrouping_col

createRFgrouping_colR Documentation

description of function createRFgrouping_col

Description

Create a sample grouping data from one RFclust.SGE object

Usage

createRFgrouping_col(x, RFname, k = 10,
  single_res_col = paste("StefansExpressionSet", 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_col

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.