Learn R Programming

palmid (version 0.0.3)

get.sraDate: get.sraDate

Description

Retrieve the "Load_Date" for a set of SRA 'run_id'

Usage

get.sraDate(run_ids, con, ordinal = FALSE, as.df = FALSE)

Arguments

run_ids

character, SRA 'run_id'

con

pq-connection, use SerratusConnect()

ordinal

boolean, return 'run_ids' ordered vector [F]

as.df

boolean, return run_id, date data.frame [F]

Value

POSIXct, date object vector

Examples

Run this code
# NOT RUN {
con <- SerratusConnect()
palm.date   <- get.sraDate("SRR9968562", con)
# }

Run the code above in your browser using DataLab