summary-trelliData {pmartR} | R Documentation |
Summarizes potential plotting options for a trelliData object
Description
Summarizes potential plotting options for a trelliData object
Usage
## S3 method for class 'trelliData'
summary(object, ...)
Arguments
object |
An object from the as.trelliData.edata or as.trelliData functions |
... |
further arguments passed to or from other methods. |
Value
A data.frame containing panel plot options for this trelliData object.
Examples
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"))
[Package pmartR version 2.4.5 Index]