Gerr
Gene-set module annotation or gene-set enrichment within a regression based framework
Install / Use
npx skills add TaoDFang/gerrInstalls into whichever agent you are using.
README
gerr: gene-set enrichment with regularized regression
Introduction
gerr (Gene-set Enrichment with Regularized Regression) is an R package for gene module annotation or gene set enrichment analysis via a regression based method. We formulate the gene set enrichment problem within a regression framework. Thus, the problem of gene-set enrichment is transformed into a feature selection problem, where the aim is to select the gene sets that best predict the membership of genes in a given gene set/module. Here we propose to apply regularised regression methods, such as lasso (l1 regularization), ridge (l2 regularization), or elastic net (hybrid of l1 and l2 regularization controlled by the hyperparameter alpha), in order to adjust the treatment of similar or redundant gene sets. For more details about this method. Please refer to out paper on bioRxiv (https://www.biorxiv.org/content/10.1101/659920v1)
Installation Instructions
To install the most recent release of gerr (R >= 3.5) via devtools:
library(devtools)
install_github("TaoDFang/gerr")
To install gerr via bioConductor: Not for now
When you load library by library(gerr) if you see error: Error in fetch(key) : lazy-load database '/Library/Frameworks/R.framework/Versions/3.6/Resources/library/gerr/help/gerr.rdb' is corrupt
You can restart R session to solve the problem
Examples and vignettes
Check pdf format file in vignettes folder
Related Skills
node-connect
385.5kDiagnose OpenClaw Android, iOS, or macOS node pairing, QR/setup code, route, auth, and connection failures.
blender-python-addon
40.5kBlender Python add-on rules for operators, panels, properties, registration, testing, and API-safe scripting
flutter-development-guidelines-cursorrules-prompt-file
40.5kCursor rules for Flutter development with MVVM architecture, Riverpod state management, Material widgets, and Dart style guidelines.
commit-push-pr
140.6kCommit, push, and open a PR
