Description Usage Arguments Value
View source: R/read.all.calls.R
Read all calls made with a certain caller
1 2 3 | read.all.calls(sample.ids, caller = c("vardict", "mutect", "pgm"),
project.directory, patient.ids = NULL, apply.filters = TRUE,
variant.file.pattern = NULL)
|
sample.ids |
Vector giving sample IDs to process |
caller |
String indicating which caller was used |
project.directory |
Path to project directory |
patient.ids |
Optional vector giving patient ID (or other group) corresponding to each sample |
apply.filters |
Logical indicating whether filters specified in VariTAS options should be applied. Defaults to TRUE. ! |
variant.file.pattern |
Pattern indicating where the variant file can be found. Sample ID should be indicated by SAMPLE_ID |
combined.variant.calls Data frame with variant calls from all patients
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.