pg_to_canonical: proteingroup to isoforms

View source: R/3.3_read_diann.R

pg_to_canonicalR Documentation

proteingroup to isoforms

Description

proteingroup to isoforms

Usage

pg_to_canonical(x, unique = TRUE)

pg_to_isoforms(x, unique = TRUE)

Arguments

x

proteingroups string vector

unique

whether to remove duplicates

Value

string vector

Examples

 (x <- c('Q96JP5;Q96JP5-2', 'Q96JP5', 'Q96JP5-2;P86791'))
 pg_to_isoforms(x)
 pg_to_canonical(x)
 pg_to_isoforms( x, unique = FALSE)
 pg_to_canonical(x, unique = FALSE)
# .pg_to_isoforms(x[1])   # unexported dot functions
# .pg_to_canonical(x[1])  # operate on scalars

bhagwataditya/importomics documentation built on May 1, 2024, 2:01 a.m.