Skip to content

BioLockJ-Dev-Team/BioLockR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BioLockR

R package - the official R wrappers to interact with the BioLockJ java program from an R session.

The primary motivation for this package is to facilitate an R shiny application, which serves as a GUI for BioLockJ.

This package offeres an interface for interacting with the BioLockJ java program, it does NOT include the BioLockJ java program.
That must installed separately, see BioLockJ - Getting Started

Getting Started

The package has not been submitted to CRAN. You can install it using the install_gethub() command from devtools:

# install.packages("devtools")
library("devtools")
install_github("BioLockJ-Dev-Team/BioLockR")

Launch the interactive setup mode:

library("BioLockR")
setup_BioLockR()

BioLockR will remember these settings for future sessions. The setup can also be done non-interactively, see ?setup_BioLockR() .

About

R package - the official R wrappers to interact with the BioLockJ java program from an R session.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages