Description Usage Value Column Categories Examples
View source: R/Unifying_Functions.R
List valid columns within the data frames
1 |
A list with column names grouped into categories
The following categories are available:
SRA - columns from the sra table (SRA database) with added 'SRA_' prefix
GSM - columns from the gsm table (GEO database) with added 'GSM_' prefix
GSE - columns from the gse table (GSE database) with added 'GSE_' prefix
Other - other columns (created within the pacakge) with added 'OTH_' prefix
1 2 3 4 5 6 | startSpiderSeqRDemo()
listValidColumns() # List all columns
listValidColumns()$SRA # List columns from sra table
listValidColumns()$GSM # List columns from gsm table
listValidColumns()$GSE # List columns from gse table
listValidColumns()$Other # List other columns
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.