Description Usage Arguments Value Examples
Retrieve the geo_coordinates for a set of SRA 'run_id'
1 | get.sraGeo(run_ids = NULL, biosample_ids = NULL, con, ordinal = FALSE)
|
run_ids |
character, SRA 'run_id' |
biosample_ids |
character, BioSample 'biosample_id' |
con |
pq-connection, use SerratusConnect() |
ordinal |
boolean, return 'run_ids' ordered vector [F] |
data.frame, lon and lat numeric vectors
1 2 | con <- SerratusConnect()
palm.geo <- get.sraGeo(run_ids = "SRR9968562", con = con)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.