hpgl_voomweighted | R Documentation |
This copies the logic employed in hpgl_voom(). I suspect one should not use it.
hpgl_voomweighted(
data,
fun_model,
libsize = NULL,
normalize.method = "none",
plot = TRUE,
span = 0.5,
var.design = NULL,
method = "genebygene",
maxiter = 50,
tol = 1e-10,
trace = FALSE,
replace.weights = TRUE,
col = NULL,
...
)
data |
Some data! |
fun_model |
A model for voom() and arrayWeights() |
libsize |
Library sizes passed to voom(). |
normalize.method |
Passed to voom() |
plot |
Do the plot of mean variance? |
span |
yes |
var.design |
maybe |
method |
kitty! |
maxiter |
50 is good |
tol |
I have no tolerance. |
trace |
no trace for you. |
replace.weights |
Replace the weights? |
col |
yay columns! |
... |
more arguments! |
a voom return
[limma::voom()]
## Not run:
## No seriously, dont run this, I think it is wiser to use the functions
## provided by limma. But this provides a place to test stuff out.
voom_result <- hpgl_voomweighted(dataset, model)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.