resolveAmbiguousProteinNames: Resolve ambiguous protein names

Description Usage Arguments Value Examples

View source: R/prepare_data.R

Description

Resolve ambiguous protein names

Usage

1

Arguments

df

tidy data_frame retrieved after import of a 2D-TPP dataset

includeIsoforms

logical indicating whether protein isoform should be kept for analysis

Value

data frame with resolved protein name ambiguity

Examples

1
2
3
4
5
6
tst_df <- bind_rows(tibble(representative = rep(1:3, each = 3), 
                           clustername = rep(letters[1:3], each = 3)), 
                    tibble(representative = rep(c(4, 5), c(3, 2)), 
                           clustername = rep(c("a", "b"), c(3, 2))))
                           
resolveAmbiguousProteinNames(tst_df)

TPP2D documentation built on Nov. 8, 2020, 4:54 p.m.