File: orgPackageName.Rd

package info (click to toggle)
r-bioc-annotationdbi 1.68.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,476 kB
  • sloc: sql: 10,876; makefile: 3; sh: 2
file content (34 lines) | stat: -rw-r--r-- 774 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
\name{orgPackageName}

\alias{orgPackageName}

\title{Org package contained in annotation object}

\description{
  Get the name of the org package used by an annotation resource object.

  NOTE: This man page is for the \code{orgPackageName} \emph{S4 generic
  function} defined in the \pkg{AnnotationDbi} package.
  Bioconductor packages can define specific methods for annotation
  objects not supported by the default method.
}

\usage{
orgPackageName(x, ...)
}

\arguments{
  \item{x}{
    An annotation resource object.
  }
  \item{...}{
    Additional arguments.
  }
}

\value{
  A \code{character(1)} vector indicating the org package name.  

  Specific methods defined in Bioconductor packages should
  behave as consistently as possible with the default method.
}