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