convertlist {goCluster} | R Documentation |
These three functions are utility function for the class clusterAnnotationGO-abp. They are used to split a comma separated list into a character vector.
convertlist(X, list, all) convertontology(X) convertevidence(X)
X |
The user input |
list |
A list of all possible options. |
all |
An additional option that select all possible entries of the list. |
This function splits a comma separated list given by the user and matches it against a predefined list of possible options. A character vector holding the selected options is returned.
A character vector with the options that were specified by the user.
Gunnar Wrobel, http://www.gunnarwrobel.de.
convertevidence("ALL")