Description Usage Arguments Value Author(s) Examples
The normalize method performs normalisation on peak intensities.
1 |
para |
A metaXpara object. |
method |
The normalization method: sum, vsn, quantiles, quantiles.robust, sum, pqn. Default is sum. |
valueID |
The name of the column which will be normalized. |
... |
Additional parameter |
A metaXpara object.
Bo Wen wenbo@genomics.cn
1 2 3 4 5 6 7 8 9 10 11 12 13 | library(faahKO)
xset <- group(faahko)
xset <- retcor(xset)
xset <- group(xset)
xset <- fillPeaks(xset)
peaksData <- as.data.frame(groupval(xset,"medret",value="into"))
peaksData$name <- row.names(peaksData)
para <- new("metaXpara")
rawPeaks(para) <- peaksData
sampleListFile(para) <- system.file("extdata/faahKO_sampleList.txt",
package = "metaX")
para <- reSetPeaksData(para)
para <- metaX::normalize(para)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.