to_sequencing_set: Prepare a 'SequencingSet' object from provided class

View source: R/sequencing_set.R

to_sequencing_setR Documentation

Prepare a SequencingSet object from provided class

Description

This method is intended to streamline the usage of floundeR in more coherent workflows through the enabling of more magrittr-like piped commands. This method will consume floundeR specified classes and return a SequencingSet object where possible.

Usage

to_sequencing_set(r6_object)

Arguments

r6_object

is the floundeR R6 object to extract SequencingSet from

Value

Flounder SequencingSet object

Examples

SequencingSummary$new(flnDr("sequencing_summary.txt.bz2")) %>%
    to_sequencing_set()


sagrudd/floundeR documentation built on Nov. 18, 2022, 10:31 a.m.