Science Score: 10.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
1 of 4 committers (25.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.7%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
Gene Co-expression Network analysis pipeline
Basic Info
Statistics
- Stars: 19
- Watchers: 4
- Forks: 3
- Open Issues: 10
- Releases: 0
Topics
Metadata Files
README.md
GWENA
Overview
GWENA (Gene Whole co-Expression Network Analysis) is an R package to perform gene co-expression network analysis in a single pipeline. This pipeline includes functional enrichment of modules of co-expressed genes, phenotypcal association, topological analysis and comparisons of networks between conditions.
Using transcriptomics data from either RNA-seq or microarray, the package follows the steps displayed in Figure 1:
- Input: data is provided as a data.frame or a matrix of expression intensities (pre-normalized).
- Gene filtering: data is filtered according to the transcriptomic technology used.
- Network building: a matrix of similarity score is computed between each gene with Spearman correlation, then transformed into an adjacency matrix, and finally into a topological overlap matrix.
- Modules detection: groups of genes with closest similarity scores are detected as modules.
- Biological integration: gene set enrichment analysis and phenotypic association (if phenotypes are provided) are performed on modules.
- Graph and topological analysis: identification of hub genes is made available, as well as modules visualization.
- Networks comparison: if multiple conditions are available (time points, treatments, phenotype, etc.), analysis of modules preservation/non-preservation between conditions can be performed.
Installation
```R
Prerequisites
if (!requireNamespace("BiocManager", quietly=TRUE)) install.packages("BiocManager") if (!requireNamespace("devtools", quietly=TRUE)) install.packages("devtools") ```
Installation can either be from:
- the official version of the last Bioconductor release (recommended).
R BiocManager::install("GWENA") - the last stable version from the Bioc Devel branch.
R # 2. From Bioconductor devel BiocManager::install("GWENA", version = "devel") - the day-to-day development version from the Github repository.
R # 3. From Github repository BiocManager::install("Kumquatum/GWENA") # OR devtools::install_github("Kumquatum/GWENA")
Package tutorial
A vignette is available at vignette/GWENA_guide.Rmd. To see the html version, use vignette("GWENA_guide").
Note: if you want to install from Github, please specify build_vignettes = TRUE in install_github.
Licence and use
GWENA is a free software; you can redistribute it and/or modify it under the terms of the GNU General Public License 3 (GPL 3) as published by the Free Software Foundation. It is distributed in the hope that it will be useful, but without any warranty and without even the implied warranty of merchantability or fitness for a particular purpose. See the GNU General Public License for more details.
Contact
- If you have any question, feel free to send a mail to the author and maintainer Gwenaëlle Lemoine at lemoine.gwenaelle[@t)gmail{d0t]com.
- To report a bug, please use the Github issues system.
Owner
- Name: Gwenaëlle Lemoine
- Login: Kumquatum
- Kind: user
- Twitter: GwenaelleL_
- Repositories: 2
- Profile: https://github.com/Kumquatum
Post-doc at Mines ParisTech - GWAS networks on auto immune diseases / PhD in molecular medicine, gene co-expression networks in aging / Bioinfo-fr.net admin
GitHub Events
Total
- Issues event: 2
- Watch event: 2
- Fork event: 1
Last Year
- Issues event: 2
- Watch event: 2
- Fork event: 1
Committers
Last synced: over 2 years ago