View source: R/gsa.read.gatkreport.R
gsa.read.gatkreportv1 | R Documentation |
This function reads in data from a version 1.x GATKReport. It should not be called directly; instead, use gsa.read.gatkreport()
gsa.read.gatkreportv1(lines)
lines |
The lines read in from the input file. |
Returns a LIST object, where each key is the TableName and the value is the data.frame object with the contents of the table. If multiple tables with the same name exist, each one after the first will be given names of TableName.v1, TableName.v2, ..., TableName.vN.
Kiran Garimella
https://gatk.broadinstitute.org/hc/en-us/articles/360035532172-GATKReport-and-gsalib
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.