vsg_read: Correctly read in VSG Seq results files

View source: R/vsg_read.R

vsg_readR Documentation

Correctly read in VSG Seq results files

Description

Read in a tab delimited VSG seq results file into R with correct column specifications.

Usage

vsg_read(filename, samplename = TRUE)

Arguments

filename

tab delimited results file produced by the VSGSeqPipeline. Usually called "RESULTS.txt".

samplename

A logical argument to drop the ".fq" from your samplenames. TRUE drops the ".fq".

Value

Returns a tibble of the input VSG Seq results file with correctly identified column types.

Examples

vsg_read("RESULTS.txt")

ABeav/vsgseqtools documentation built on Jan. 26, 2024, 7:22 p.m.