powered by
Retrieve the geo_coordinates for a set of SRA 'run_id'
get.sraGeo(run_ids = NULL, biosample_ids = NULL, con, ordinal = FALSE)
character, SRA 'run_id'
character, BioSample 'biosample_id'
pq-connection, use SerratusConnect()
boolean, return 'run_ids' ordered vector [F]
data.frame, lon and lat numeric vectors
# NOT RUN { con <- SerratusConnect() palm.geo <- get.sraGeo(run_ids = "SRR9968562", con = con) # }
Run the code above in your browser using DataLab