Description Usage Arguments Value Author(s)
View source: R/simulatePanel.R
This function generates a subset of a whole exome sequencing dataset which only includes the genes of a given gene panel. This subset may then be used to simulate panel-based TMB quantification.
1 | simulatePanel(WES, WES.design, panel.design, assembly)
|
WES |
a list generated by applyFilters or applyInputToTMB with variants, filter, design and sample elements. |
WES.design |
a |
panel.design |
a |
assembly |
human genome assembly: "hg19" or "hg38" |
Returns a GRanges
object containing variants from the
simulated panel, which is only those variants from WES falling in the regions
targeted by the panel
Laura Fancello
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.