Open wolski opened 6 years ago
R Interface needed functions:
getMZ doublearray getIntensity doublearray getDOTGraph string getSummary string ...
For Java Implementation example see issue #65
Remove R methods and finish java then R interface
Works like described. See https://github.com/protViz/deisotoper/blob/51d12fce8463f716a9c6c7707964777218694dc5/R/deisotoper.R#L1
R - low-level interface
CP, Please review and assign to LS
Input data: mZ and intensity are obligatory the other attributes are not
Construct Deisotoper
With default parameters
With parameter list
The
dtoper
is an R class based on an Rlist
.Run and retrieve information about its state.
Deisope a different spectrum with the same deisotoper.
Create a second deisotoper with different settings and deisotope
x1
Compare results of deisotoping with 2 different deisotopers.