Description Usage Arguments Value Author(s) Examples
Density plot of log transformed data for quanlity control.
| 1 2 | QC_density(data, oneTrait = NULL, main = "Density plot",
  xlab = "log2(value + .001)", ylim = c(0, 0.5))
 | 
| 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) | 
a density plot of the data
WKL
| 1 | QC_density(data, trait$Race)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.