makeSrcInfo {AnnBuilder} | R Documentation |
These functions read from a text file (AnnInfo) that have been stored in the data directory and create an environment object called AnnInfo that will be available for later access
makeSrcInfo(srcFile = "") getAllSrc()
srcFile |
srcFile a character string for the name of the
source file that contains source data information |
The environment object created (AnnInfo) is a list with four elements:
getAllSrc
return a vector of character string for short
hand names of data sources
The functions are part of the Bioconductor project at Dana-Farber Cancer Institute to provide Bioinformatics functionalities through R
Jianhua Zhang
ABPkgBuilder
, GOPkgBuilder
,
KEGGPkgBuilder
## Not run: makeSrcInfo() ls(AnnInfo) ## End(Not run)