View source: R/calc-mediation.R
calc_mediation | R Documentation |
Perform mediation.
calc_mediation(dataset, id, marker_id, dataset_mediate = NULL)
dataset |
The dataset object. |
id |
The unique id in the dataset. |
marker_id |
The unique marker identifier. |
dataset_mediate |
The dataset object to mediate against (defaults to dataset) |
A 'tibble' with the following columns depending on datatype:
mRNA - gene_id, symbol, chr, pos, LOD
protein = protein_id, gene_id, symbol, chr, pos, LOD
phenotype = NONE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.