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}
|