packageGroups: Convenience functions to return package names associated with...

Description Usage Value See Also Examples

Description

Returns character vectors of packages associated with Bioconductor publications, which can then be passed to biocLite()

Usage

1
2
3
4

Value

character() of package names.

See Also

biocLite Installs/updates Bioconductor/CRAN packages.

biocinstallRepos returns the Bioconductor and CRAN repositories used by biocLite.

install.packages installs the packages themselves.

chooseBioCmirror lets you choose from a list of all public Bioconductor mirror URLs.

chooseCRANmirror lets you choose from a list of all public CRAN mirror URLs.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
## Get the names of packages used in the book
## "Bioconductor Case Studies":
biocases_group()

## Get the names of packages used in the book
## "R Programming for Bioinformatics":
RBioinf_group()

## Get the names of packages used in the monograph
## "Bioinformatics and Computational Biology Solutions
## Using R and Bioconductor":
monograph_group()

## Get the names of all Bioconductor software packages
all_group()

dtenenba/BiocInstaller_2.12 documentation built on May 15, 2019, 4:54 p.m.