# NOT RUN {
# Load libraries
library(dplyr)
library(stringr)
library(comprehenr)
library(tibble)
# MaxQuant example data
data <- tibble::tibble(
"Protein IDs" = c("A0A075B6P5;P01615;A0A087WW87;P01614;A0A075B6S6", "P02671", "P02672"),
id = c(26, 86, 17)
)
# Conversion
convert_proteingroups(
input_df = data,
software = "MaxQuant"
)
# }
Run the code above in your browser using DataLab