Skip to content

Instantly share code, notes, and snippets.

@mwalzer
Last active September 29, 2022 18:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mwalzer/518e70ca01238a540552929a54bacaa6 to your computer and use it in GitHub Desktop.
Save mwalzer/518e70ca01238a540552929a54bacaa6 to your computer and use it in GitHub Desktop.
Peptide sequences, precursor m/z, and iRT score from the Biognonsis iRT kit as csv
iRT peptide Precursor m/z iRT
LGGNEQVTR 487.257 -24.92
GAGSSEPVTGLDAK 644.823 0.00
VEATFGVDESNAK 683.828 12.39
YILAGVENSK 547.298 19.79
TPVISGGPYEYR 669.838 28.71
TPVITGAPYEYR 683.854 33.38
DGLDAASYYAPVR 699.339 42.26
ADVTPADFSEWSK 726.836 54.62
GTFIIDPGGVIR 622.854 70.52
GTFIIDPAAVIR 636.869 87.23
LFLQFGAQGSPFLK 776.93 100.00
@mwalzer
Copy link
Author

mwalzer commented Sep 29, 2022

irts <- readr::read_delim("https://gist.github.com/mwalzer/518e70ca01238a540552929a54bacaa6/raw/4e2ae214cb106ad4bb2d234580dcbd0bd0ced686/biognosis_irts.csv", 
                            delim = ",", escape_double = FALSE, 
                            col_names = TRUE)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment