Description Usage Arguments Value Author(s) References See Also Examples
Currently unsupported — Package undergoing major updates.
This function starts the interactive tSVE
shiny web-application that
allows to interactively load and visualise genetic variants and their
Ensembl Variant Effect Predictor (VEP) predictions using the package methods.
All arguments after the ... set default values for the application
(e.g. widgets).
1 2 3 4 5 6 7 8 9 10 11 12 |
... |
Additional arguments passed to the |
refGT |
Default homozygote reference genotypes. |
hetGT |
Default heterozygote genotypes. |
altGT |
Default homozygote alternate genotypes. |
vepKey |
Default INFO key for the VEP prediction field. |
refSuffix |
Default INFO key suffix used to store the data for homozygote reference genotypes. |
hetSuffix |
Default INFO key suffix used to store the data for heterozygote genotypes. |
altSuffix |
Default INFO key suffix used to store the data for homozygote alternate genotypes. |
aafSuffix |
Default INFO key suffix used to store the data for alternate allele frequency. |
mafSuffix |
Default INFO key suffix used to store the data for minor allele frequency. |
genoHeatmap.height |
Default height (in pixels) of the heatmap that represents the genotype of each variant in each sample. |
options.width |
Sets |
autodetectGTimport |
Default checkbox value. If |
Not applicable (yet).
Kevin Rue-Albrecht
Interface to EnsDb
adapted from the ensembldb
package.
1 2 3 | if (interactive()){
runEnsDbApp()
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.