summary-trelliData | R Documentation |
Summarizes potential plotting options for a trelliData object
## S3 method for class 'trelliData'
summary(object, ...)
object |
An object from the as.trelliData.edata or as.trelliData functions |
... |
further arguments passed to or from other methods. |
A data.frame containing panel plot options for this trelliData object.
library(dplyr)
library(pmartRdata)
trelliData <- as.trelliData.edata(e_data = pep_edata,
edata_cname = "Peptide",
omics_type = "pepData")
# Use an edata example. Build with as.trelliData.edata.
summary(trelliData)
summary(trelliData %>% trelli_panel_by("Peptide"))
summary(trelliData %>% trelli_panel_by("Sample"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.