c.happy_result: Combine multiple hap.py results objects

Description Usage Arguments Value Examples

View source: R/generics.R

Description

Combine >1 objects of class happy_result into a list, or extend an existing happy_result_list.

Usage

1
2
3
4
5
## S3 method for class 'happy_result'
c(...)

## S3 method for class 'happy_result_list'
c(...)

Arguments

...

Multiple happy_result objects

Value

a list of happy_result objects

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
happy1 <- read_happy('/output/path/prefix')
happy2 <- read_happy('/another/path/prefix')

happy_results <- c(happy1, happy2)
class(happy_results)
# happy_results_list

## End(Not run)

Illumina/happyR documentation built on July 12, 2019, 7:57 p.m.