Description Usage Arguments Value Examples
View source: R/markerQualityControl.R
Given the proteomics data, quality of the overlapped marker proteins are evaluated by correlating replicates of fractions.
1 | markerQualityControl(coveredProteins, protein.data)
|
coveredProteins |
character; list of marker proteins, gene symbols, that are covered in 3365 marker proteins. |
protein.data |
data.frame; fractionated proteomics data, rownames are gene symbols associated protein. |
robustMarkers
1 2 3 4 5 6 7 8 | {
df <- loadData(SubCellBarCode::hcc827Ctrl)
c.prots <- calculateCoveredProtein(rownames(df), markerProteins[,1])
r.markers <- markerQualityControl(c.prots, df)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.