read_samplesheet: Load data from happyCompare samplesheets

Description Usage Arguments Value Examples

View source: R/io.R

Description

Load hap.py results into a happy_compare object using happyR.

Usage

1
read_samplesheet(samplesheet_path, lazy = TRUE)

Arguments

samplesheet_path

Path to a happyCompare samplesheet. Required fields: Group.Id, Sample.Id, Replicate.Id, happy_prefix.

lazy

Do not load larger hap.py results until needed. Default: TRUE.

Value

A happy_compare object, with the following fields:

Examples

1
2
3
4
## Not run: 
happy_compare <- read_samplesheet(samplesheet_path = 'happyCompare_samplesheet.csv')

## End(Not run)

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