meffil.add.featureset | R Documentation |
Add a feature set.
meffil.add.featureset(name, features)
name |
Name of the new feature set. |
features |
A data frame listing and describing all features. |
Assuming that features
contains a satisfactory
set of columns, a new feature set is made available.
Thus, name
will be added to the vector returned by
meffil.list.featuresets()
.
The features
data frame must contain the following columns:
"name"character
"target"character
"type"values "i","ii" or "control"
"chromosome"values "chr0"-"chr22", "chrM", "chrX" or "chrY"
"position"integer
"gene.symbol"character,
"gene.accession"character,
"gene.region"character,
"cpg.island.name"character
"relation.to.island"character
"snp.exclude"logical
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.