File: utils.Rd

package info (click to toggle)
r-bioc-annotationhub 3.14.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 592 kB
  • sloc: makefile: 2
file content (24 lines) | stat: -rw-r--r-- 668 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
\name{utils}
\alias{utils}

\alias{DispatchClassList}

\title{
  Utility function to list currently available dispatchClass. 
}

\description{
   When submitting resources to AnnotationHub or ExperimentHub a valid
   DispatchClass field must be specified in the
   inst/extdata/metadata.csv file for each resource.  This list the
   currently available DispatchClass values and briefly how that class
   loads a resource. If your resource does not qualify for one of these
   methods contact Lori Shepherd \email{Lori.Shepherd@RoswellPark.org}
   to request a new DispatchClass be added
}
\author{Lori Shepherd}
\examples{

  DispatchClassList()
}
\keyword{utilities}