VarianceBoxplot: generate a boxplot of the variance

VarianceBoxplotR Documentation

generate a boxplot of the variance

Description

generate a boxplot of the variance

Usage

VarianceBoxplot(
  fit,
  n = 20,
  xlab = "PSM count",
  ylab = "log(Variance)",
  main = NULL
)

Arguments

fit

an object returned from SpectraCounteBayes function.

n

set a number to plot only the genes with count value smaller or equal to n.

xlab

the title for x axis.

ylab

the title for y axis.

main

the title for the figure.

Value

a ggplot instance.

Author(s)

Yafeng Zhu


WubingZhang/rMAUPS documentation built on March 21, 2022, 8:48 p.m.