# NOT RUN {
# 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)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab