Description Usage Arguments Value
View source: R/plot_dens_cdf.R
This function will generate densiy ot CDF plot from the eqtl result dataframe
1 2 3 4 5 6 7 8 9 | plot_dens_cdf(
x,
class_col = "class",
y_col,
method,
nlog2 = F,
bw = 10000,
...
)
|
x |
dataframe of me_eQTL result |
class_col |
string column name to used as separtors |
y_col |
string column name (must be numeric column) |
method |
what plot to draw, e.g., density, ecdf |
nlog2 |
boolean if y_col should be -log2 transformed. Default F |
bw |
numeric density bw |
will generate plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.