Learn R Programming

palmid (version 0.0.3)

get.sraBio: get.sraBio

Description

Retrieve the "BioSample" field for a set of SRA 'run_id'

Usage

get.sraBio(run_ids, con, ordinal = FALSE)

Arguments

run_ids

character, SRA 'run_id'

con

pq-connection, use SerratusConnect()

ordinal

boolean, return 'run_ids' ordered vector [FALSE]

Value

data.frame, run_id, biosample character vectors

Examples

Run this code
# NOT RUN {
# SRA Library of interest
con <- SerratusConnect()
library.bioSample   <- get.sraBio( 'SRR9968562' , con)
# }

Run the code above in your browser using DataLab