Description Usage Arguments Value Objects from the Class Author(s) Examples
AnnotationHubMetadata
is used to represent record(s) in the
server data base.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | AnnotationHubMetadata(AnnotationHubRoot, SourceUrl, SourceType,
SourceVersion, SourceLastModifiedDate, SourceMd5 =
NA_character_, SourceSize, DataProvider, Title,
Description, Species, TaxonomyId, Genome, Tags,
Recipe, RDataClass, RDataDateAdded, RDataPath,
Maintainer, ..., BiocVersion = BiocManager::version(),
Coordinate_1_based = TRUE, Notes = NA_character_,
DispatchClass, Location_Prefix =
"http://s3.amazonaws.com/annotationhub/")
toJson(x)
constructSeqInfo(species, genome)
metadata(x, ...)
hubError(x)
inputFiles(object, ...)
outputFile(object)
ahmToJson(ahm)
deleteResources(id)
getImportPreparerClasses()
makeAnnotationHubResource(objName, makeAnnotationHubMetadataFunction,
..., where)
|
AnnotationHubRoot |
|
SourceUrl |
|
SourceType |
|
SourceVersion |
|
SourceLastModifiedDate |
|
SourceMd5 |
|
SourceSize |
|
DataProvider |
|
Title |
|
Description |
|
Species |
|
TaxonomyId |
|
Genome |
|
Tags |
|
Recipe |
|
RDataClass |
|
RDataDateAdded |
|
RDataPath |
|
Maintainer |
|
BiocVersion |
|
Coordinate_1_based |
|
DispatchClass |
A number of dispatch classes are pre-defined in
AnnotationHub/R/AnnotationHubResource-class.R with the suffix
‘Resource’. For example, if you have sqlite files, the
AnnotationHubResource-class.R defines SQLiteFileResource so the
DispatchClass would be SQLiteFile. Contact maintainer@bioconductor.org if
you are not sure which class to use. The function
|
Location_Prefix |
|
Notes |
|
ahm |
An instance of class |
x |
An instance of class |
object |
An |
species |
|
genome |
|
id |
An id whose DB record is to be fully deleted. |
objName |
|
makeAnnotationHubMetadataFunction |
|
where |
Environment where function definition is defined. Default value is sufficient. |
... |
Additional arguments passed to methods. |
AnnotationHubMetadata
returns an instance of the class.
jsonPath
returns a character(1))
representation of the
full path to the location of the json
file associated with this
record.
toJson
returns the JSON representation of the record.
fromJson
retuns an instance of the class, as parsed from the
JSON file.
Objects can be created by calls to the constructor,
AnnotationHubMetadata()
.
Dan Tenenbaum and Marc Carlson
1 | getClass("AnnotationHubMetadata")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.