read_snv_count_file: Read SNV count file output by woof

View source: R/compare.R

read_snv_count_fileR Documentation

Read SNV count file output by woof

Description

Reads SNV count file output by woof

Usage

read_snv_count_file(x)

Arguments

x

Path to file with counts

Value

A single integer

Examples

x <- system.file("extdata", "snv/count_vars.txt", package = "woofr")
read_snv_count_file(x)


pdiakumis/woofr documentation built on Jan. 4, 2024, 11:22 a.m.