https://github.com/bioconductor-source/vsolassobag

https://github.com/bioconductor-source/vsolassobag

Science Score: 36.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 1 DOI reference(s) in README
  • Academic publication links
    Links to: pubmed.ncbi, ncbi.nlm.nih.gov
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.9%) to scientific vocabulary
Last synced: 6 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: bioconductor-source
  • License: gpl-3.0
  • Language: R
  • Default Branch: devel
  • Size: 12.2 MB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme License

README.md

VSOLassoBag

VSOLassoBag is a variable-selection oriented LASSO bagging algorithm for biomarker development in omic-based translational research, providing a bagging LASSO framework for selecting important variables from multiple models. A main application of this package is to screen limitted number of variables that are less dependent to train dataset. Basically, this packages was initially deveploped for adjust LASSO selected results from bootstrapped sample set. Variables with the highest frequency among the several selected result were considered as stable variables for differ sample set. However, it is usually hard to determine the cutoff in terms of frequency when applyed in a real dataset. In this package, we introduced several methods, namely (1) curve elbow point detection, (2) parametrical statistical test and (3) permutation test to help determine the cut-off point for variables selection.

Installation

You can install the developed version of VSOLassoBag from github:

``` r

install.packages("devtools")

devtools::install_github("likelet/VSOLassoBag") `` VSOLassoBag` has been released on CRAN, you can also install released version by :

r install.packages("VSOLassoBag")

Documentation

A detailed documentation of VSOLassoBag could be found at here

Authors

Jiaqi Liang and Chaoye Wang from SYSU

Supervisor

Qi Zhao from SYSUCC, zhaoqi@sysucc.org.cn

License

GNU General Public License V3

Acknowledgement

We appreciate help from Yu Sun @bioinformatist, he provide many valuable code assisstance as well as disscusstion to the project.

Citation

Liang J, Wang C, Zhang D, Xie Y, Zeng Y, Li T, Zuo Z, Ren J, Zhao Q. VSOLassoBag: a variable-selection oriented LASSO bagging algorithm for biomarker discovery in omic-based translational research. J Genet Genomics. 2023 Jan 3:S1673-8527(22)00285-5. doi: 10.1016/j.jgg.2022.12.005. Epub ahead of print. PMID: 36608930. link

Owner

  • Name: (WIP DEV) Bioconductor Packages
  • Login: bioconductor-source
  • Kind: organization
  • Email: maintainer@bioconductor.org

Source code for packages accepted into Bioconductor

GitHub Events

Total
Last Year

Dependencies

DESCRIPTION cran
  • R >= 3.6.0 depends
  • POT * imports
  • SummarizedExperiment * imports
  • ggplot2 * imports
  • glmnet * imports
  • parallel * imports
  • pbapply * imports
  • survival * imports
  • utils * imports
  • knitr * suggests
  • qpdf * suggests
  • rmarkdown * suggests
  • rmdformats * suggests