plot_dens_cdf: plot_dens_cdf

Description Usage Arguments Value

View source: R/plot_dens_cdf.R

Description

This function will generate densiy ot CDF plot from the eqtl result dataframe

Usage

1
2
3
4
5
6
7
8
9
plot_dens_cdf(
  x,
  class_col = "class",
  y_col,
  method,
  nlog2 = F,
  bw = 10000,
  ...
)

Arguments

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

Value

will generate plot


yzeng-lol/meeqtl documentation built on Dec. 23, 2021, 9:10 p.m.