Skip to content

Implementation, development, and evaluation of algorithms for the detection and extraction of isotope pattern of a mass spectrometric measurement.

License

Notifications You must be signed in to change notification settings

protViz/deisotoper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

deisotoper

This package contains a Java implementation of

Installation

from github

Install the latest development version:

install.packages(c('rJava', 'devtools', 'DiagrammeR', 'lattice', 'roxygen2',
          'protViz', 'shiny', 'testthat', 'knitr'))
library(devtools)
install_git('https://github.com/protViz/deisotoper', build_vignettes = TRUE, quiet = FALSE)
sudo R CMD javareconf

Install the latest JDK(>= 8.0) and R(>=3.3). Then run in R:

install.packages(c('rJava', 'devtools', 'DiagrammeR', 'lattice', 'roxygen2',
          'protViz', 'shiny', 'testthat', 'knitr'))
install.packages("~/deisotoper_0.0.3.tar.gz", repos = NULL, type = "source")
sudo R CMD javareconf

from CRAN

Install the latest JDK(>= 8.0) and R(>=3.3). Then run in R:

install.packages(c('rJava', 'devtools', 'DiagrammeR', 'lattice', 'roxygen2',
          'protViz', 'shiny', 'testthat', 'knitr'))
install.packages("deisotoper")
sudo R CMD javareconf

Documentation

The package ships with a package vignette browseVignettes('deisotoper') (>=0.0.2) and a reference manual (just type ?deisotoper on the R shell).

About

Implementation, development, and evaluation of algorithms for the detection and extraction of isotope pattern of a mass spectrometric measurement.

https://CRAN.R-project.org/package=deisotoper

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages