AnnotationHubMetadata-class {AnnotationHubData} | R Documentation |
"AnnotationHubMetadata"
and methodsAnnotationHubMetadata
is used to represent record(s) in the
server data base.
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. |
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
getClass("AnnotationHubMetadata")