Description Usage Arguments Value Examples
Retrieve the "scientific_name" for a set of SRA 'run_id'
1 | get.sraOrgn(run_ids, con, ordinal = FALSE, as.df = FALSE)
|
run_ids |
character, SRA 'run_id' |
con |
pq-connection, use SerratusConnect() |
ordinal |
boolean, return 'run_ids' ordered vector [FALSE] |
as.df |
boolean, return run_id, date data.frame [FALSE] |
character, string vector
1 2 3 4 5 6 7 8 9 | # Retrive a single "scientific_name"
con <- SerratusConnect()
palm.orgn <- get.sraOrgn('SRR9968562', con)
# Retrieve an ordered vector of "scientific_name"
data( waxsys.palm.sra)
waxsys_runs <- waxsys.palm.sra$run_id
waxsys_orgn <- get.sraOrgn(waxsys_runs, con, ordinal = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.