| query_dataset | R Documentation |
query dataset by study accession
query_dataset(study, dataset)
study |
a character. study accession. |
dataset |
a character. dataset name. Datasets are "elisa", "elispot", "fcsAnalyzed", "hai", "hlaTyping", "kirTyping", "mbaa", "neutAbTiter", "pcr" |
A data.frame.
http://docs.immport.org/#API/DataQueryAPI/dataqueryapi/
## Not run:
elisa <- query_dataset("SDY269", "elisa")
elispot <- query_dataset("SDY269", "elispot")
fcsAnalyzed <- query_dataset("SDY269", "fcsAnalyzed")
hai <- query_dataset("SDY269", "hai")
hlaTyping <- query_dataset("SDY269", "hlaTyping")
kirTyping <- query_dataset("SDY269", "kirTyping")
mbaa <- query_dataset("SDY269", "mbaa")
neutAbTiter <- query_dataset("SDY269", "neutAbTiter")
pcr <- query_dataset("SDY269", "pcr")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.