vsg_read | R Documentation |
Read in a tab delimited VSG seq results file into R with correct column specifications.
vsg_read(filename, samplename = TRUE)
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". |
Returns a tibble of the input VSG Seq results file with correctly identified column types.
vsg_read("RESULTS.txt")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.