Tool:Roakvar: do genomic variant analyses with R
1
1
Entering edit mode
23 months ago
Ryangguk Kim ▴ 90

Roakvar is an R package for genomic variant analysis. It is an R wrapper for OakVar, a Python-based genomic variant analysis platform (OakVar is in turn further developed from OpenCRAVAT).

Without leaving the RStudio, VCF files can be annotated and the result can be pulled into an R data frame, for example.

See https://github.com/rkimoakbioinformatics/roakvar for Roakvar installation and usage, including the example.

See https://oakvar.readthedocs.io for OakVar installation and usage.

All CLI commands of OakVar is available as R functions through Roakvar, including a GUI server.

Comments and feedback are welcome.

oakvar genomics roakvar variant analysis • 881 views
ADD COMMENT
0
Entering edit mode

For reference, oakvar (python) is fork of opencravat (variant interpretation software )

ADD REPLY
0
Entering edit mode
23 months ago
Ryangguk Kim ▴ 90

Roakvar v2.4.5 has been released, to match the newly released OakVar v2.4.5.

This version has improvements to meet CRAN's submission requirements including silent run by default and returning results instead of printing to stdout. As of now, still the best way to install Roakvar is

>devtools::install_github("rkimoakbioinformatics/roakvar")
ADD COMMENT

Login before adding your answer.

Traffic: 2007 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6