R/DAVIDdemo-geneList.R

#' DAVID's website gene list example files
#' 
#' These datasets correspond to the reports obtained using Show Gene List in
#' the Database for Annotation, Visualization and Integrated Discovery (DAVID)
#' website, using as input file the ones provided for demo purposes (demoList1
#' or demoList2) with default options. 
#' 
#' @format geneList1/2 are data.frame for demoList1/2 input ids,
#' respectively, with the following columns.
#' \describe{
#' \item{ID}{character with the Gene List ID present in DAVID knowledge base, in
#'  the submitted type. If more than one ids map to the same DAVID ID, the
#'  record is a comma separated character.}
#' \item{Name}{character with the name of the gene as seen in DAVID knowledge
#'  base, in a comma separated fashion (if more than one ID maps to the same
#'  DAVID ID).}
#'  \item{Species}{factor with the name of the Specie.}
#'  }
#'
#' @references 
#' \enumerate{
#'  \item The Database for Annotation, Visualization and Integrated Discovery 
#'  (\url{david.abcc.ncifcrf.gov})
#'  \item Huang, D. W.; Sherman, B. T.; Tan, Q.; Kir, J.; Liu, D.; Bryant, D.; 
#'  Guo, Y.; Stephens, R.; Baseler, M. W.; Lane, H. C.; Lempicki, R. A. DAVID
#'  Bioinformatics Resources: expanded annotation database and novel algorithms
#'  to better extract biology from large gene lists. Nucleic Acids Res,
#'  Laboratory of Immunopathogenesis and Bioinformatics, SAIC-Frederick, Inc.,
#'  National Cancer Institute at Frederick, MD 21702, USA., 2007, 35, W169-W175
#'  \item DAVID Help page
#'  \url{http://david.abcc.ncifcrf.gov/helps/functional_annotation.html#E3}
#' }
#'
#' @source At DAVID's website -> Start Analysis -> Demolist1/2 then go to
#' Show Gene List to obtain the appropriate reports. 
#' \url{david.abcc.ncifcrf.gov}
#'
#' @author Cristobal Fresno and Elmer A Fernandez
#'
#' @docType data
#' @name geneList1
#' @rdname DAVIDdemo-geneList
#' @usage data(geneList1)
#' @keywords datasets
#' @family DataExamples
NULL
#' @name geneList2
#' @rdname DAVIDdemo-geneList
#' @usage data(geneList2)
NULL

Try the RDAVIDWebService package in your browser

Any scripts or data that you put into this service are public.

RDAVIDWebService documentation built on Nov. 8, 2020, 8:05 p.m.