ronaldosfjunior / VarSleuth

An R package for interpreting genetic variants according to the ACMG guidelines.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VarSleuth

VarSleuth is an open-source R package for interpreting genetic variants according to the ACMG guidelines.

Installation

You can install VarSleuth directly from GitHub with:

# If you haven't installed 'devtools' yet, do so first
if (!require(devtools)) {
  install.packages("devtools")
}

# Install VarSleuth from GitHub
devtools::install_github("ronaldosfjunior/VarSleuth")

## Example

This is a basic example which shows you how to solve a common problem:

library(VarSleuth)
## basic example code
# UNDER CONSTRUCTION

Contributing

We welcome contributions from the community! If you’d like to contribute, please fork the repository and submit a pull request.

License

About

An R package for interpreting genetic variants according to the ACMG guidelines.


Languages

Language:R 100.0%