QC_density: Density plot

Description Usage Arguments Value Author(s) Examples

Description

Density plot of log transformed data for quanlity control.

Usage

1
2
QC_density(data, oneTrait = NULL, main = "Density plot",
  xlab = "log2(value + .001)", ylim = c(0, 0.5))

Arguments

data

Data matrix

oneTrait

One sample information which must be factor for density plot Defaults to NULL

main

The title for plot Defaults to Density plot

xlab

The title used for the xlab of boxplot Defaults to log2(value + .001)

ylim

The y-axis limitaiton for density plot Defaults to c(0,0.5)

Value

a density plot of the data

Author(s)

WKL

Examples

1
QC_density(data, trait$Race)

wkl1990/MyPackage documentation built on May 26, 2019, 6:36 a.m.