Description Usage Arguments Value
Merging all individual esets and merging them into a big eset
1 2 3 | dataset.merging(esets, method = c("union", "intersect"),
standardization = c("quantile", "robust.scaling", "scaling", "none"),
nthread = 1)
|
esets |
The list containing all GSE file that need to be merged. |
method |
either "unique" or "intersect" is use to for selecting geneid |
standardization |
choose between "quantile", "robust.scaling", "scaling" or "none" |
nthread |
number of threads (1 by default) |
The merging eset
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.