calculateCoveredProtein: Evaluate marker protein coverage

Description Usage Arguments Value Examples

View source: R/coveredMarkerProtein.R

Description

Given the proteomics data, number of overlapped marker proteins is calculated. Bar plot for each compartment is plotted.

Usage

1
calculateCoveredProtein(proteinIDs, markerproteins)

Arguments

proteinIDs

character; gene symbol id

markerproteins

character; 3365 proteins gene symbol ids

Value

covered.proteins

Examples

1
2
3
4
5
6
{

df <- loadData(SubCellBarCode::hcc827Ctrl)

c.prots <- calculateCoveredProtein(rownames(df), markerProteins[,1])
}

TanerArslan/SubCellBarCode documentation built on June 7, 2021, 9 a.m.