View source: R/GetGatkPipelineTabs.R
GetGatkPipelineTabs | R Documentation |
Loads the working parts of tables ("ID", allele count 2x columns, "contig" if specified); concatenates (uniting merge) tables from all provided files.
GetGatkPipelineTabs(inFiles, nReps, contigs = vector())
inFiles |
A vector of full pathes to files with alelleic counts tables; necessary columns: "ID", pairs of ref and alt allelic counts; optionally, for filtering, "contig" |
nReps |
A vector of numbers, either: (1) each entry is a number of replicates in the corresponding file; (2) for one file only, each entry is a number of replicates corresponding to particular experiment |
contigs |
Optional (default=vector()), parameter defining if the resulting table should be filtered by contig column (preserving only rows corresponding to a given vector), default set to empty vector() and no filtering applied |
A concatenated table with allele counts for all replicates, each row corresponds to a feature ("ID")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.