listColumnSets: Sets of column names for use in display or filtering

Description Usage Value Available sets Applications Examples

View source: R/Output_Functions.R

Description

List of sets of column names for use when subsetting results data frame.

To access a list of all available columns, please see listValidColumns().

Usage

1

Value

List of character vectors with column names

Available sets

Applications

The sets can be used for any purpose, though they have been created with display and filtering applications in mind. Here are recommended uses:

Examples

1
2
3
4
listColumnSets() # List all
listColumnSets()$Overview # Access the 'Overview' set of column names
listColumnSets()$Accession # Access the 'Accession' set of column names
names(listColumnSets()) # Get names of the available sets

ss-lab-cancerunit/SpiderSeqR documentation built on Nov. 2, 2020, 12:18 a.m.