ExperimentHubMetadata-class | R Documentation |
The ExperimentHubMetadata object is used to represent records in the server data base.
ExperimentHubMetadata(ExperimentHubRoot=NA_character_,
BiocVersion=BiocManager::version(),
SourceUrl=NA_character_,
SourceType=NA_character_,
SourceVersion=NA_character_,
SourceLastModifiedDate=as.POSIXct(NA_character_),
SourceMd5=NA_character_,
SourceSize=NA_real_,
DataProvider=NA_character_,
Title=NA_character_,
Description=NA_character_,
Maintainer=NA_character_,
Species=NA_character_,
TaxonomyId=NA_integer_,
Genome=NA_character_,
Tags=NA_character_,
RDataClass=NA_character_,
RDataDateAdded=as.POSIXct(NA_character_),
RDataPath=NA_character_,
Coordinate_1_based=TRUE,
Notes=NA_character_,
DispatchClass=NA_character_,
PreparerClass=NA_character_,
Location_Prefix='https://bioconductorhubs.blob.core.windows.net/experimenthub/')
ExperimentHubRoot |
|
SourceUrl |
|
SourceType |
|
SourceVersion |
|
SourceLastModifiedDate |
|
SourceMd5 |
|
SourceSize |
|
DataProvider |
|
Title |
|
Description |
|
Species |
|
TaxonomyId |
|
Genome |
|
Tags |
‘Tags’ are search terms used to define a subset of
resources in a For ExperimentHub resources, ‘Tags’ are automatically generated from the ‘biocViews’ in the DESCRIPTION file of the accompanying software package. ‘Tags’ values supplied by the user are not be entered in the database and are not part of the formal metadata. This 'controlled vocabulary' approach was taken to limit the search terms to a well defined set and may change in the future. |
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 |
|
PreparerClass |
|
In practice, instances of this class are generated by a call to
addResources
or makeExperimentHubMetadata
instead of
a direct call to the constructor.
addResources
is a function used by the Bioconductor Core team when
adding new metadata records to the production database.
makeExperimentHubMetadata
and the low-level helper
A ExperimentHubMetadata object.
addResources
makeExperimentHubMetadata
showClass("ExperimentHubMetadata")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.