R/colDescriptions.R

colDescriptions <- function ( sra_con ) 
{
    dat <- dbGetQuery(sra_con, "SELECT * FROM col_desc")
    return(dat)
}

Try the SRAdb package in your browser

Any scripts or data that you put into this service are public.

SRAdb documentation built on Nov. 8, 2020, 6:49 p.m.