groupXpert {LipidomicsR} | R Documentation |
groupXpert()
Description
groupXpert()
Usage
groupXpert(data, sep = "_", as.name = TRUE, specify = NULL)
Arguments
data |
Data.frame. Row data to be grouped. |
sep |
Character. The separator used to separate variables from the number of repeats |
as.name |
Logical. If is true, the group name will be used as the name of the return value. If is false, the sample name will be used as the name of the return value. |
specify |
List. Used to set groups manually. Each sublist has a group name and a value based on the column range in which it is located. No duplicate values can appear in the sublist. |
Value
A vector named as the colname and uses group name as the value.
[Package LipidomicsR version 0.3.6 Index]