PlotBarcodeFrequencies: Plot a frequency diagram

View source: R/functions.R

PlotBarcodeFrequenciesR Documentation

Plot a frequency diagram

Description

Plot a frequency diagram

Usage

PlotBarcodeFrequencies(
  subLgMatrix,
  colorVar = "",
  y = "density",
  nbins = 5,
  log = "no",
  textSize = 15
)

Arguments

subLgMatrix,

a long matrix

colorVar,

variable to split and color samples by

y,

should the frequencies by ploted in a density curve or an histogram, degault is "density". Other is "histogram"

nbins,

number of bins, deauflt is 5

log,

shoudl the x axis be in log scale, deault is "no". Other is "yes"

textSize,

size of plot text, default is 15

Value

a frequency density curve or frequency histogram plot


Louisahadj/Lentiviral_barcoding documentation built on April 7, 2022, 11:29 p.m.