Description Usage Arguments Value Author(s)
The median and deviation to the median is normalized across samples.
1  | medvar.norm(bc, ref.samples, bc.support = NULL, z.poisson = FALSE)
 | 
bc | 
 a matrix or data.frame with the bin counts (bin x sample).  | 
ref.samples | 
 a vector with the names of the samples to be used as reference.  | 
bc.support | 
 TODO  | 
z.poisson | 
 Should the Z-score be computed as an normal-poisson hybrid (see Details). Default is FALSE.  | 
a list with
norm.stats | 
 a data.frame with some metrics about the normalization of each bin (row) : coverage average and standard deviation; number of outlier samples  | 
bc.norm | 
 a data.frame, similar to the input 'bc.df', with the normalized bin counts.  | 
Jean Monlong
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.