Description Author(s) Examples
Allows a slot to be either a character or a DataFrame.
Dario Strbenac
1 2 3 4 5
setClass("Selections", representation(features = "characterOrDataFrame")) selections <- new("Selections", features = c("BRAF", "NRAS")) featuresTable <- DataFrame(assay = c("RNA-seq", "Mass spectrometry"), feature = c("PD-1", "MITF")) omicsSelections <- new("Selections", features = featuresTable)
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.