powered by
Retrieve the "BioSample" field for a set of SRA 'run_id'
get.sraBio(run_ids, con, ordinal = FALSE)
character, SRA 'run_id'
pq-connection, use SerratusConnect()
boolean, return 'run_ids' ordered vector [FALSE]
data.frame, run_id, biosample character vectors
# NOT RUN { # SRA Library of interest con <- SerratusConnect() library.bioSample <- get.sraBio( 'SRR9968562' , con) # }
Run the code above in your browser using DataLab