loadOrgMxanthusDb: The loadOrgMxanthusDb(value) function

Description Usage Arguments Value Examples

View source: R/zzz.R

Description

This is a function that generates the object org.Mxanthus.db (an OrgDb object) when the package is loaded

Usage

1

Arguments

value

This value must be NULL

Value

An OrgDb objecto called org.Mxanthus.db

Examples

1
2
3
4
5
6
7
8
9
function (value) 
{
    stopifnot(missing(value))
    if (is.null(ah75133)) {
        ah <- AnnotationHub::AnnotationHub()
        ah75133 <<- ah[["AH75133"]]
    }
    ah75133
  }

eduardoillueca/org.Mxanthus.db documentation built on Jan. 23, 2020, 9:13 a.m.