print.happy_result: Print a hap.py results object

Description Usage Arguments See Also Examples

View source: R/generics.R

Description

Pretty-print the contents of a list-style object containing hap.py result data

Usage

1
2
## S3 method for class 'happy_result'
print(x, ...)

Arguments

x

an object of class happy_result

...

additional args passed to tibble::trunc_mat

See Also

trunc_mat

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
## Not run: 
# not run example:
happy <- read_happy('/output/path/prefix')
print(happy)

## End(Not run)

# running example with package demo data
happy_input <- system.file("extdata", "happy_demo.summary.csv", package = "happyR")
happy_prefix <- sub(".summary.csv", "", happy_input)

# load happy result
hapdata <- read_happy(happy_prefix)
print(hapdata)

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