Description Usage Arguments Value Examples
View source: R/coveredMarkerProtein.R
Given the proteomics data, number of overlapped marker proteins is calculated. Bar plot for each compartment is plotted.
1 | calculateCoveredProtein(proteinIDs, markerproteins)
|
proteinIDs |
character; gene symbol id |
markerproteins |
character; 3365 proteins gene symbol ids |
covered.proteins
1 2 3 4 5 6 | {
df <- loadData(SubCellBarCode::hcc827Ctrl)
c.prots <- calculateCoveredProtein(rownames(df), markerProteins[,1])
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.