Interface for preprocessing VCF and BAM files and generating the input for for the LACE framework.
LACEinterface is a Shiny app and
therefore requires RStudio. To install
the package with all the dependecies, devtools
and
Bioconductor need to be both installed.
The R version required is greater than 3.6.3.
To install directly from GitHub run:
remotes::install_github("https://github.com/BIMIB-DISCo/LACEinterface", dependencies = TRUE)
If necessary you can add
auth_token="add_here_your_auth_token"
to the previous call; a github auth_token
can be generated from:
https://github.com/settings/tokens
The genetic variant annotation software ANNOVAR and the suite of programs for interacting with high-throughput sequencing data Samtools need to be installed.
To run LACEinterface issue the following at the RStudio prompt:
LACEinterface::LACEView()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.