guessPackageType {biocViews} | R Documentation |
biocViews are "keywords" which are used to describe a given package. They are broadly divided into three categories, representing the type of packages present in the Bioconductor Project - Software, Annotation Data and Experiment Data. biocViews are supposed to come from only one of the three fields, but this function will check the list of biocViews and guess the package type based on how many biocViews came from each field.
guessPackageType(biocViews)
biocViews |
A character vector containing a list of biocViews. |
A character(1) of package type: either "Software", "ExperperimentData", or "AnnotationData".
Lori Shepherd
guessPackageType(c("clustering", "classification")) guessPackageType(c("Organism", "Homo Sapien"))