match_proteins: Check if two protein IDs are the same allowing for: 1....

View source: R/combine_runs.R

match_proteinsR Documentation

Check if two protein IDs are the same allowing for:
  1. multiple IDs (default separated by '; ')

  2. mutiple IDs in any order

Description

Check if two protein IDs are the same allowing for:

Usage

match_proteins(proteins1, proteins2, sep1 = "; ", sep2 = "; ")

Arguments

proteins1

string protein(s), set 1

proteins2

string protein(s), set 2

sep1

string delimiter for proteins1

sep2

string delimiter for proteins2

seq2prot

data. Output from read_infiles

Value

Returns an Logical where TRUE if the proteins1 and proteins2 contain the same set of proteins


CambridgeCentreForProteomics/camprotR documentation built on Jan. 27, 2023, 8:36 p.m.