Description Usage Arguments Value Examples
Retrieve the "BioSample" field for a set of SRA 'run_id'
1 | get.sraBio(run_ids, con, ordinal = FALSE)
|
run_ids |
character, SRA 'run_id' |
con |
pq-connection, use SerratusConnect() |
ordinal |
boolean, return 'run_ids' ordered vector [FALSE] |
data.frame, run_id, biosample character vectors
1 2 3 | # SRA Library of interest
con <- SerratusConnect()
library.bioSample <- get.sraBio( 'SRR9968562' , con)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.