query(..., cols = c("Title", "Species", "TaxonomyId", "Genome", "SourceUrl", "Description", "Tags", "RDataClass", "Notes"), returntype = "json")
getAllKeytypes
.
Must include BiocVersion
and RDataDateAdded
.
See examples.Value
section.returntype
is "json", a WebResult containing a JSON object
representing the matching metadata records is returned. If
returntype
is data, an R
list is returned./ah///query/Genome/hg19/TaxonomyId/9606
To specify an argument (such as cold
) multiple times,
use one of the following forms:
/ah/
or
/ah/
Example:
query(BiocVersion="2.13", RDataDateAdded="2013-06-26",
Genome="hg19", TaxonomyId="9606")
query(BiocVersion="2.13", RDataDateAdded="2013-06-26",
Genome="hg19", TaxonomyId="9606", cols=c("Title", "Description"))
Run the code above in your browser using DataLab