get.sraBio2 | R Documentation |
Retrieve the "BioSample", "BioProject", or "Both" field for a set of input SRA 'run_id'
get.sraBio2(run_ids, con, biodb = "BioSample", ordinal = FALSE)
run_ids |
character, SRA 'run_id' |
con |
pq-connection, use SerratusConnect() |
biodb |
character, one of "both", "BioProject", or ["BioSample"] |
ordinal |
boolean, return 'run_ids' ordered vector [FALSE] |
data.frame, run_id, biosample character vectors
# 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.