View source: R/ds.addPhenoData.R
ds.addPhenoData2eSet | R Documentation |
Add new phenotype data contained on a data.frame to an ExpressionSet. The ExpressionSet may or may not already have phenotype data. If the data.frame contains a phenotype already present on the ExpressionSet, the server function will throw an exception. The pehnotypes data.frame has to contain an ID column which does not need to contain exactly the same individuals as the ExpressionSet, only the matching individuals will be updated, no new individuals will be introduced or removed from the ExpressionSet
ds.addPhenoData2eSet(
x,
pheno,
identifier = "ID",
alternate_eset_id = NULL,
newobj.name = NULL,
complete_cases = TRUE,
datasources = NULL
)
x |
|
pheno |
|
identifier |
|
alternate_eset_id |
|
newobj.name |
|
complete_cases |
|
datasources |
a list of |
This function does not have an output. It creates an eSet object on the study server.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.