View source: R/find_reverse_eqtl.R
This will find eQTLs for a subset with a particular methylation probe which showing oppostie direction
1 2 3 4 5 6 7 8 9 10 11 | find_reverse_eqtl(
x,
file_edata,
file_gdata,
file_mdata,
probeid,
snpid,
methylation_status,
cutAtMedian = T,
writetable = F
)
|
x |
eqtl dataframe, e.g., res$gene |
file_edata |
path to edata file |
file_gdata |
path to gdata file |
file_mdata |
path to mdata file |
probeid |
string probeid |
snpid |
string snpid |
methylation_status |
to calculate eQTLs in either High or Low methylation level of the probeid |
cutAtMedian |
boolean to indicaite if methylation should be stratified at median, defailt T |
writetable |
boolean to indicate if track files be saved or not |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.