-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Isotopes assigned to different pc groups #38
Comments
The default calcIso = FALSE, calcCiS = TRUE, calcCaS = FALSE Thus, the isotope information is never used in that step unless you enable it. That said it never made sense to me to look for isotopes before |
@stanstrup I had tested with the isotope information set to TRUE as well and got the same result as reported above. |
Hi @stanstrup, @sneumann It's an old post, but I'm facing the same issue. Setting calcIso to true seems to have no effect (as if the step is not launched or is not efficient). Regards |
Hi everybody |
I was testing the single sample example given in CAMERA and in the final results, found several isotope annotations that were separated into different pcgroup after the corr_eic_th is applied. I am using the following code from the example on bioconductor:
file <- system.file('mzdata/MM14.mzdata', package="CAMERA") xs <- xcmsSet(file,method="centWave",ppm=30,peakwidth=c(5,10)) an <- xsAnnotate(xs) anF <- groupFWHM(an, perfwhm = 0.6) anI <- findIsotopes (anF, mzabs = 0.01) peak_iso <- getPeaklist(anI) anIC <- groupCorr(anI, cor_eic_th = 0.75) peak_iso_cor <- getPeaklist(anIC)
The second peak list after applying eic correlation threshold (peak_iso_cor) separates several isotopes into different pc groups. A snapshot of the table shows the 13th and 7th isotope pairs belonging to different pcgroups.
My understanding after reading the user documentation was that features annotated as isotopes will stay in the same pcgroup even if they don't meet the cor_eic_th criterion.
Can you help me understand what might be going on here?
I am attaching the peaktable as well.
camera_example_isotope_corr.xlsx
The text was updated successfully, but these errors were encountered: