snm_fix | R Documentation |
Title Extract the normalizeed data by function "snm". detailed description in which the function base on snm R packaegs(http://www.bioconductor.org/packages/release/bioc/html/snm.html), packaged into fixbatch. Citation within R, enter citation("snm")).
snm_fix(...)
... |
see in "?snm_fix_all" on "fixbatch" |
a normalizeed data
#library(bladderbatch)
#library(fixbatch)
#data(bladderdata)
#pheno = pData(bladderEset)
#edata = exprs(bladderEset)
#re1 = snm_fix_all(data = edata, batch = pheno,bv = 4, av = 3, iv = 2)
#re = snm_fix(data = edata, batch = pheno,bv = 4, av = 3, iv = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.