unbundle: Split discovery objects

View source: R/methods_bundeling.R

unbundleR Documentation

Split discovery objects

Description

unbundle takes a discovery object and splits these out to individual experiments.

Usage

unbundle(discovery, ...)

## S3 method for class 'ARMLA_discovery'
unbundle(discovery, ...)

## S3 method for class 'domainogram_discovery'
unbundle(discovery, ...)

## S3 method for class 'IS_discovery'
unbundle(discovery, ...)

## S3 method for class 'virtual4C_discovery'
unbundle(discovery, ...)

## S3 method for class 'CS_discovery'
unbundle(discovery, ...)

## S3 method for class 'saddle_discovery'
unbundle(discovery, ...)

## S3 method for class 'RCP_discovery'
unbundle(discovery, ...)

## S3 method for class 'DI_discovery'
unbundle(discovery, ...)

## S3 method for class 'IIT_discovery'
unbundle(discovery, ...)

## S3 method for class 'chrommat_discovery'
unbundle(discovery, ...)

Arguments

discovery

A discovery object with more than 1 sample.

...

further arguments passed to or from other methods.

Details

In case the discovery contains incomplete samples with missing slots, NULL is returned.

Value

A list wherein each element is a discovery object for a single sample.

See Also

bundle for the opposite of unbundle. The discovery class.

Examples

## Not run: 
# Getting a discovery object
apa <- APA(list(WT_20kb, KO_20kb), loops)

# Splitting the results
split <- unbundle(apa)

# Plotting the first result only
visualise(split[[1]])

## End(Not run)

robinweide/GENOVA documentation built on March 14, 2024, 11:16 p.m.