Description Usage Arguments Value Examples
This function allows to perform a Transcriptome-Wide Association Study
by using an ExposmeSet
and an ExpressionSet
. It
allows to perform an adjustment using Surrogate Variable Analysis (from
R package sva
).
1 2 3 4 5 6 7 |
object |
A |
method |
(default |
ncomponents |
(default |
... |
Other arguments given to |
na.rm |
(default |
permute |
(default |
verbose |
(default |
warnings |
(default |
An object of class ResultSet
.
1 2 3 4 5 6 7 8 9 10 11 | library(MultiDataSet)
library(rexposome)
data(brge_prot, package = "brgedata")
data(brge_expo, package = "brgedata")
mds <- createMultiDataSet()
mds <- add_eset(mds, brge_prot, dataset.type = "proteines")
mds <- add_eset(mds, imputation(brge_expo),
dataset.type = "exposures", GRanges = NA)
crs <- crossomics(mds, method = "mcia")
crs
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.