Description Usage Arguments Value Examples
Weight methods of function feature.removal
.
1 2 3 | reciprocal_colSums(gx.signal)
ones(gx.signal)
|
gx.signal |
The first parameter of the weight method used in
|
1 / (1 + colSums(gx.signal, na.rm=T))
.
1
.
1 2 3 4 | gx.singal <- data.frame(x=1:5, t=2:6, k=c(3:6, NA))
reciprocal_colSums(gx.singal)
1 == ones(2)
1 == ones(c(4,6))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.