plot_candidate_genes: Plotting highly different and significant probes annotated by...

Description Usage Arguments Examples

View source: R/plot_candidate_genes.R

Description

This function plots the potential candidate genes for which multiple CpG sites show significant difference.

Usage

1

Arguments

x

Results from the overlap_data function

Examples

1
2
3
4
5
6
7
8
data(test_data)
data(nonspecific_probes)
data(annotation_file)
test_data_filtered <- filter_data(test_data)
test_data_ttest <- ttest_data(test_data_filtered, 1, 2, 3, 4, 1e-3)
test_data_delta_beta <- delta_beta_data(test_data_filtered, 1, 2, 3, 4, 0.5, -0.5, 0.94, 0.06)
test_overlapped_data <- overlap_data(test_data_ttest, test_data_delta_beta)
plot_candidate_genes(test_overlapped_data)

ABC.RAP documentation built on May 2, 2019, 9:16 a.m.