convert2symbol: Convert identifier to gene symbol

Description Usage Arguments Value Examples

View source: R/convert2symbol.R

Description

Identifier for each feature should be converted into gene symbols unless they are not gene symbols

Usage

1
convert2symbol(df, id = "UNIPROT")

Arguments

df

data.frame; fractionated proteomics data where data contains 10 columns of duplicated 5 fractionations and rownames must be identifier e.g. UNIPROT, Entrez ID

id

caharacter; identifier id for each protein

Value

df

Examples

1
2
3
4
5
6
7
{

df <- data.frame(Uniprot = c("A4D0S4","A8TX70","O00305","O00337"),
Organism = rep("Homo Sap.", 4))

rownames(df) <- df$Uniprot
}

SubCellBarCode documentation built on Nov. 8, 2020, 5:26 p.m.