progressLog: progressLog

Description Usage Arguments Value Examples

Description

Access log stored in the EMSet.

Usage

1
2
3
4
5
6
7
8
9
progressLog(x, ...)

## S4 method for signature 'EMSet'
progressLog(x)

progressLog(x, ...) <- value

## S4 replacement method for signature 'EMSet'
progressLog(x) <- value

Arguments

x

EMSet

...

...

value

List to store in the progressLog slot

EMSet

with values stored in progressLog slot

Value

A list of information.

Examples

1
2
3
4
5
6
7
8
# Load EMSet
em_set <- ascend::analyzed_set

# Retrieve progress log
log <- progressLog(em_set)

# Set progressLog
progressLog(em_set) <- log

IMB-Computational-Genomics-Lab/ascend documentation built on Aug. 29, 2019, 4:10 a.m.