subset_problem_chunk: Select the variables of interest from a problem chunk

Description Usage Arguments Examples

View source: R/troubleshooting-utils.R

Description

Select the variables of interest from a problem chunk

Usage

1
subset_problem_chunk(problem_chunk, config, type)

Arguments

problem_chunk

A problem chunk for troubleshooting. Usually from get_problem_chunk()

config

Path to config file or a dataframe that passes validate_config()

type

the subset of interest: "SNV", "indel", or "dbnsfp"

Examples

1
2
3
4
5
## Not run: 

snv_selected <- subset_problem_chunk(problem_chunk, config, "SNV")

## End(Not run)

UW-GAC/wgsaparsr documentation built on Aug. 9, 2020, 5:50 a.m.