Skip to content

Commit

Permalink
Added description for annotation panel
Browse files Browse the repository at this point in the history
  • Loading branch information
millerh1 committed Jun 25, 2022
1 parent 06693cf commit e5e16f0
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions rlbase/ui_globals.R
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e5e16f0

Please sign in to comment.