Skip to content

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

Notifications You must be signed in to change notification settings

ronaldosfjunior/VarSleuth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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