Plot the fraction of detected features in each sample.

plotFractionDetectedPerSample(dfNA)

Arguments

dfNA

A DFrame or data.frame with at least columns named "name" and "pNA" representing the sample name and the fraction of missing values.

Value

A ggplot object.

Author

Charlotte Soneson

Examples

sce <- readRDS(system.file("extdata", "mq_example", "1356_sce.rds",
                           package = "einprot"))
plotFractionDetectedPerSample(SummarizedExperiment::colData(sce))