Skip to content

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
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
 
 
 
 
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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

from deisotoper_0.0.3.tar.gz

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

Packages

No packages published

Languages

You can’t perform that action at this time.