getSubsets {CoGAPS}R Documentation

return the names of the genes (samples) in each subset

Description

return the names of the genes (samples) in each subset

Usage

getSubsets(object)

## S4 method for signature 'CogapsResult'
getSubsets(object)

Arguments

object

an object of type CogapsResult

Value

CogapsParams object

Examples

data(GIST)
subsets <- getSubsets(GIST.result)

[Package CoGAPS version 3.13.0 Index]