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

View source: R/recommendBiocViews.R

guessPackageTypeR Documentation

Guess Package Type (Software, ExperimentData, AnnotationData) using existing biocViews.

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

    guessPackageType(biocViews)

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

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

Bioconductor/biocViews documentation built on Oct. 29, 2023, 5:05 p.m.