Skip to content

Commit

Permalink
add refs
Browse files Browse the repository at this point in the history
  • Loading branch information
ivokwee committed Mar 16, 2023
1 parent 661fe2a commit c8d5933
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion components/board.wgcna/R/wgcna_server.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,14 @@ WgcnaBoard <- function(id, pgx) {
rowH1 <- 250 ## row 1 height
rowH2 <- 440 ## row 2 height

infotext <- "Weighted gene co-expression network analysis (WGCNA) is a systems biology method for describing the correlation patterns among genes across microarray samples. Weighted correlation network analysis can be used for finding clusters (modules) of highly correlated genes, for summarizing such clusters using the module eigengene or an intramodular hub gene, for relating modules to one another and to external sample traits (using eigengene network methodology), and for calculating module membership measures. Correlation networks facilitate network based gene screening methods that can be used to identify candidate biomarkers or therapeutic targets."
infotext <- "<b>Weighted gene co-expression network analysis (WGCNA)</b> is a systems biology method for describing the correlation patterns among genes across microarray samples. Weighted correlation network analysis can be used for finding clusters (modules) of highly correlated genes, for summarizing such clusters using the module eigengene or an intramodular hub gene, for relating modules to one another and to external sample traits (using eigengene network methodology), and for calculating module membership measures. Correlation networks facilitate network based gene screening methods that can be used to identify candidate biomarkers or therapeutic targets.
<p>References:<br>
<ol>
<li>Langfelder, P. and Horvath, S., 2008. WGCNA: an R package for weighted correlation network analysis. BMC bioinformatics, 9(1), p.559.
<li>Zhang, B. and Horvath, S., 2005. A general framework for weighted gene co-expression network analysis. Statistical applications in genetics and molecular biology, 4(1).
</ol>
"

intra_caption <-
"<b>WGCNA intramodular analysis.</b> We quantify associations of individual genes with our trait of interest (weight) by defining Gene Significance GS as (the absolute value of) the correlation between the gene and the trait. For each module, we also define a quantitative measure of module membership MM as the correlation of the module eigengene and the gene expression profile. Using the GS and MM measures, we can identify genes that have a high significance for weight as well as high module membership in interesting modules."
Expand Down Expand Up @@ -210,6 +217,7 @@ WgcnaBoard <- function(id, pgx) {
shiny::showModal(shiny::modalDialog(
title = shiny::HTML("<strong>WGCNA Analysis Board</strong>"),
shiny::HTML(infotext),
size = 'l',
easyClose = TRUE
))
})
Expand Down

0 comments on commit c8d5933

Please sign in to comment.