From e5e16f0ba8d3efc47885159eb82d8fd773a9b65c Mon Sep 17 00:00:00 2001 From: millerh1 Date: Sat, 25 Jun 2022 17:32:22 -0500 Subject: [PATCH] Added description for annotation panel --- rlbase/ui_globals.R | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/rlbase/ui_globals.R b/rlbase/ui_globals.R index 712e6ac..ad8d0f5 100644 --- a/rlbase/ui_globals.R +++ b/rlbase/ui_globals.R @@ -223,6 +223,29 @@ Annotation_panel <- function() { hr() ) ), + fluidRow( + column( + span( + "The Annotation panel provides the capability to observe the", + " enrichment of R-loops within various genomic features. ", + "To learn about the genomic features present in this analysis, ", + "view the descriptions ", + a( + href='https://bishop-laboratory.github.io/RLHub/reference/annotations.html#details', + target="_blank", + "here" + ), + '. For each sample in RLBase, the called peaks were overlapped with', + ' each genomic feature annotation and overlap statistics were ', + 'calculated using Fisher’s exact test. The plots show the', + ' distribution of Fisher’s exact test odds ratios for ', + 'each sample present in the “RLBase Samples Table”. When a sample ', + "is selected in the 'RLBase Samples Table', the enrichment value for ", + "that sampel is displayed as a diamond on the plot."), + width = 12 + ) + ), + hr(), fluidRow( column( width = 6,