Skip to content

Commit

Permalink
Update Formula Assignment Markdown.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
skschum authored Mar 11, 2020
1 parent 816af27 commit 3b7e113
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Recalibrants <- RecalList(Unambig1)
##################################
#Mass recalibration using the chosen series.
Test <- Recal(Unambig1, peaks = Mono, isopeaks = Iso, mzRange = 50, mode = "neg", SN = SNRatio*KMDN, series1 = "O3_H_3", series2 = "O8_H_6", series3 = "O12_H_8", series4 = "O10_H_5", series5 = "O14_H_9", series6 = "O10_H_7", series7 = "O7_H_4", series8 = "O3_H_1", bin = 10, obs = 1, opt = 1) #Good parameters for the
Test <- Recal(Unambig1, peaks = Mono, isopeaks = Iso, mzRange = 50, mode = "neg", SN = SNRatio*KMDN, series1 = "O3_H_3", series2 = "O8_H_6", series3 = "O12_H_8", series4 = "O10_H_5", series5 = "O14_H_9", series6 = "O10_H_7", series7 = "O7_H_4", series8 = "O3_H_1") #Good parameters for the
Plot <- Test[["Plot"]]
Expand Down

0 comments on commit 3b7e113

Please sign in to comment.