Description Usage Arguments Value Examples
View source: R/add_siglabel_class.R
This function will label me_eQTLs results for their significance or activator/insulator class
1 | add_siglabel_class(x, fdr = 0.1, p = 0.05)
|
x |
dataframe of eqtl result |
fdr |
fdr cutoff; default = 0.1 |
p |
p cutoff; default = 0.05 |
Will add two columns - sigdelta and class
1 2 | load("data/res.Rdata")
res <- add_siglabel_class(res)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.