tkphenoData {tkWidgets} | R Documentation |
Simple interface to enter AnnotatedDataFrame
Description
This widget provides an interface to create
AnnotatedDataFrame-class
instances.
Usage
tkphenoData(sampleNames)
Arguments
sampleNames |
sampleNames for which we will enter phenotypic data. |
Details
The function returns a list of character matrices intended to be used
as the pData
and varLabels
slots of an instance of
AnnotatedDataFrame-class
.
Value
A list of two matrices
pData |
a character matrix containing phenotypic data. |
varLabels |
a character vector with covariate description. |
Author(s)
Majnu John
See Also
[Package tkWidgets version 1.74.0 Index]