You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
config <- getConfig(dtoper)
x1d <- deisotope(dtoper , x1) # same as x1 but deisotoped
xa1d <- getAnnotatedSpectrum(dtoper) # peaklist with charge, isotopeSet id etc.
dotgraphs <- getDotGraphs(dtoper)
.plotDot(dotgraphs[1]) # only as R helper function
s1 <- summary(dtoper) # nr of isotopicSets, isotopic clusters per set, nr of peaks, etc
sc1 <- scores(dtoper) # returns the dataframe with the peak scores
Deisope a different spectrum with the same deisotoper.
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.
The text was updated successfully, but these errors were encountered: