summary.mx_dataset: Extension of 'summary' S3 method to summarize 'mx_dataset'...

View source: R/summary.R

summary.mx_datasetR Documentation

Extension of summary S3 method to summarize mx_dataset objects

Description

Extension of summary S3 method to summarize mx_dataset objects

Usage

## S3 method for class 'mx_dataset'
summary(object, ...)

Arguments

object

mx_dataset object to summarize

...

option for additional params given S3 logic

Value

summary.mx_dataset object

Examples

mx_data = mx_dataset(mxnorm::mx_sample, "slide_id", "image_id",
  c("marker1_vals","marker2_vals","marker3_vals"),
  c("metadata1_vals"))
summary(mx_data)

mxnorm documentation built on May 1, 2023, 5:20 p.m.