LACEView: LACE Preprocessing and Analysis Interface

Description Usage Installation Dependencies

View source: R/LACEinterface.R

Description

LACEView displays a user interface to handle the VCF and BAM files preprocessing that is needed to construct the input for the LACE inference algorithms.

Usage

1

Installation

To install the package with all the dependecies, devtools and Bioconductor need to be present.

The R version required is greater than 3.6.0.

To install directly from github run:

1
remotes::install_github("https://github.com/BIMIB-DISCo/LACEinterface",  dependencies = T)

If necessary you can add

1
auth_token="BLAHBLAHGiuntaAlConfinDelCieloDietroApennino"

to the previous call; a github auth_token can be generated from:

https://github.com/settings/tokens

Dependencies

The genetic variant annotation software ANNOVAR (https://annovar.openbioinformatics.org/en/latest/) and the suite of programs for interacting with high-throughput sequencing data Samtools (http://www.htslib.org/) need to be installed.


BIMIB-DISCo/LACEinterface documentation built on Feb. 20, 2022, 2:20 p.m.