Description Usage Arguments Value Examples
Plot values of a feature splitted by one or two variables.
1 | plotFeature(set, feat, variables = colnames(pheno)[1], betas = TRUE)
|
set |
|
feat |
Numeric with the index of the feature or character with its name. |
variables |
Character vector with the names of the variables to be used in the splitting. Two variables is the maximum allowed. |
betas |
If |
A plot is generated on the current graphics device.
1 2 3 4 | if (require(minfiData)){
set <- ratioConvert(mapToGenome(MsetEx[1:10,]))
plotFeature(set, 1, variables = "Sample_Group")
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.