plotFeature {MEAL} | R Documentation |
Plot values of a feature splitted by one or two variables.
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.
if (require(minfiData)){ set <- ratioConvert(mapToGenome(MsetEx[1:10,])) plotFeature(set, 1, variables = "Sample_Group") }