updateDatabaseWells: Generate the wellDatabasePathogen objects

Description Usage Arguments Value Examples

View source: R/utilDatabases.R

Description

For each specified pathogen, generates the corresponding wellDatabasePathogen object (holding well type, target gene ID and name for each well) using genome aggregate files, as well as a kinome aggregate file which contains additional information of control types which are not currently available for genome plates.

Usage

1

Arguments

pathogens

An optional list of pathogen names to have their corresponding database updated. If not specified, all pathogens are updated.

Value

NULL, invisibly. The updated plateDatabase object for each of the specified pathogens is saved to the /data folder. For the new files to be available, the package has to be reloaded.

Examples

1
2
3
4
updateDatabaseWells(c("adeno", "brucella"))
# using the wellDatabase{Pathogen} objects
data(wellDatabaseAdeno)
str(well.database.adeno)

nbenn/singleCellFeatures documentation built on May 23, 2019, 12:24 p.m.