Description Usage Arguments Value Examples
View source: R/Output_Functions.R
This is a shortcut function 
for selectColumns(df, cols = listColumnSets()$Accession)
1  | 
df | 
 Data frame  | 
Original data frame containing only columns with accession information
1 2 3  | startSpiderSeqRDemo()
df <- searchForAccession("SRR2187611", file_output = FALSE)
df_sel <- selectColumns_Accession(df)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.