Description Usage Arguments Value Examples
Normalize a NVTobject, the normalization method has been set already in the initialization step
1 | NVTnormalize(NVTdataobj, verbose = TRUE)
|
NVTdataobj |
A previously initialized NVTobject |
verbose |
mode on or off (T/F) [default=TRUE] |
A normalized NVTobject
1 2 3 4 5 6 7 8 9 10 11 12 | library("NVT")
data(myexp1)
data(myexp2)
data(mylen)
mylist1<-c("ENSG00000111640","ENSG00000163631","ENSG00000075624","ENSG00000172053",
"ENSG00000170950","ENSG00000165704","ENSG00000196839","ENSG00000168938","ENSG00000177700")
mynvt <- NVTinit(mylist1,myexp1,myexp2,"N",mylen)
mynorm <- NVTnormalize(mynvt)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.