recommendBiocViews: Recommend biocViews for an existing Package.

Description Usage Arguments Details Value Author(s)

View source: R/recommendBiocViews.R

Description

Packages being added to the Bioconductor Project require biocViews in their DESCRIPTION file.(Note that the field name "biocViews" is case-sensitive and must begin with a lower-case 'b'.)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.

Usage

1
    recommendBiocViews(pkgdir, branch)

Arguments

pkgdir

The path of the package Directory.

branch

The branch which your package will belong to. It can be either 'Software', 'AnnotationData' or 'ExperimentData'.

Details

This function parses the package directory provided by the user to recommend biocViews to the user. The output is a suggested list - the user of this function is expected to go through this list and find which biocViews best describe his or her package. It uses the following strategies.

Please note the following:

Value

A list is returned with 3 characters - current , recommended and remove.

Author(s)

Sonali Arora.


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