guessPackageType: Guess Package Type (Software, ExperimentData, AnnotationData)...

Description Usage Arguments Value Author(s) Examples

View source: R/recommendBiocViews.R

Description

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.

Usage

1

Arguments

biocViews

A character vector containing a list of biocViews.

Value

A character(1) of package type: either "Software", "ExperperimentData", or "AnnotationData".

Author(s)

Lori Shepherd

Examples

1
2
    guessPackageType(c("clustering", "classification"))
    guessPackageType(c("Organism", "Homo Sapien"))

biocViews documentation built on Nov. 19, 2020, 2:01 a.m.