fbreitwieser / isobar

isobar - R library for the Analysis and quantitation of isobarically tagged MSMS proteomics data
https://bioconductor.org/packages/release/bioc/html/isobar.html
9 stars 8 forks source link

PTM position match: handle NAs #15

Closed alyst closed 8 years ago

alyst commented 8 years ago

Looks like NAs could creep into results <-> ptm.info matching (maybe because the identified ACs were not found in the protein database). To avoid an error at any(sel) all NAs are coverted to FALSE.