View source: R/3.3_read_diann.R
pg_to_canonical | R Documentation |
proteingroup to isoforms
pg_to_canonical(x, unique = TRUE)
pg_to_isoforms(x, unique = TRUE)
x |
proteingroups string vector |
unique |
whether to remove duplicates |
string vector
(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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.