View source: R/NanoStringGeoMxSet-autoplot.R
plotNormFactorConcordance | R Documentation |
For use with protein data ONLY.
Upper panels are the concordance plot. Lower panels are the standard deviation of the log2-ratios between the normalization factors
plotNormFactorConcordance(object, plotFactor, normfactors = NULL)
object |
name of the object class to subset
|
plotFactor |
segment factor to color the plot by |
normfactors |
normalization factors from computeNormalizationFactors(). If NULL these are calculated automatically. |
proteinData <- readRDS(file= system.file("extdata","DSP_Proteogenomics_Example_Data",
"proteinData.rds", package = "GeomxTools"))
normConcord <- plotNormFactorConcordance(object = proteinData, plotFactor = "Segment_Type")
normConcord
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.