Plot histograms of GoShifter p-values faceted by SNP group.
GOSHIFTER_histograms_SNPgroups(GS_groups, show_plot = TRUE)A ggplot object.
Other GOSHIFTER:
GOSHIFTER(),
GOSHIFTER_bed_names(),
GOSHIFTER_check_overlap(),
GOSHIFTER_create_LD(),
GOSHIFTER_create_snpmap(),
GOSHIFTER_find_folder(),
GOSHIFTER_get_roadmap_annotations(),
GOSHIFTER_heatmap(),
GOSHIFTER_histograms_pvals(),
GOSHIFTER_list_chromatin_states(),
GOSHIFTER_process_results(),
GOSHIFTER_run(),
GOSHIFTER_search_ROADMAP(),
GOSHIFTER_summarise_results()
if (FALSE) { # \dontrun{
GS_groups <- data.table::data.table(
SNP_group = rep(c("A", "B"), each = 5),
Annotation = "E001",
pval = runif(10),
GS_pval = runif(10)
)
GOSHIFTER_histograms_SNPgroups(GS_groups)
} # }