Description Usage Arguments Value Examples
Assign Sample Subtypes to an S4 Object
1 | assignSubtypes(object, subtypes, ...)
|
object |
An |
subtypes |
A mapping to assign subtypes to the samples or patients in the object. |
... |
Allow new parameters to be defined for this generic. |
object with subtypes assigned to the sample metadata and the isSubtyped metadata item set to TRUE.
1 2 3 4 5 6 7 | data(sampleICGCmicro)
data(cohortSubtypeDFs)
cohortList <- assignSubtypes(sampleICGCmicro,
subtypes=cohortSubtypeDFs$ICGCMICRO,
sampleCol='sample_name',
subtypeCol='subtype')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.