IMIX

Integrative genomics using a multivariate mixture model framework

https://github.com/ziqiaow/imix

Science Score: 13.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
    Found 1 DOI reference(s) in README
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.5%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

Integrative genomics using a multivariate mixture model framework

Basic Info
  • Host: GitHub
  • Owner: ziqiaow
  • Language: R
  • Default Branch: master
  • Size: 2.78 MB
Statistics
  • Stars: 7
  • Watchers: 1
  • Forks: 6
  • Open Issues: 0
  • Releases: 0
Created over 6 years ago · Last pushed over 3 years ago
Metadata Files
Readme

README.md

IMIX

R package for integrative genomics analysis using a multivariate mixture model framework. This package is also available in R/Cran: https://cran.rstudio.com/web/packages/IMIX/index.html.

Reference

  • Ziqiao Wang and Peng Wei. IMIX: A multivariate mixture model approach to integrative analysis of multiple types of omics data. Bioinformatics. 2021 Apr 1;36(22-23):5439-5447. doi: 10.1093/bioinformatics/btaa1001. PMID: 33258948; PMCID: PMC8016490.

Installation

Install the IMIX package via github if(!requireNamespace("devtools", quietly = TRUE)) install.packages("devtools") devtools::install_github("ziqiaow/IMIX",build_vignettes=TRUE)

To get started with the package

Load the package and open the package vignette: library("IMIX") vignette("IMIX") There will be examples for all the functions in IMIX package in vignette. If you have any question, use help().

Have fun with IMIX :smiley:

Owner

  • Name: Ziqiao Wang
  • Login: ziqiaow
  • Kind: user
  • Location: Baltimore, MD
  • Company: Johns Hopkins University

PhD in Biostatistics. My research focuses on high dimensional data analysis, polygenic risk score, integrative genomics, and mixture models.

GitHub Events

Total
Last Year

Committers

Last synced: almost 3 years ago

All Time
  • Total Commits: 75
  • Total Committers: 1
  • Avg Commits per committer: 75.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 1
  • Committers: 1
  • Avg Commits per committer: 1.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Ziqiao Wang w****t@g****m 75

Issues and Pull Requests

Last synced: 12 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 272 last-month
  • Total docker downloads: 21,613
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 3
  • Total maintainers: 1
cran.r-project.org: IMIX

Gaussian Mixture Model for Multi-Omics Data Integration

  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 272 Last month
  • Docker Downloads: 21,613
Rankings
Forks count: 10.1%
Stargazers count: 19.8%
Dependent packages count: 29.8%
Average: 32.8%
Dependent repos count: 35.5%
Downloads: 68.7%
Maintainers (1)
Last synced: 12 months ago

Dependencies

DESCRIPTION cran
  • R >= 3.5 depends
  • MASS * imports
  • crayon * imports
  • ggplot2 * imports
  • mclust * imports
  • mixtools * imports
  • mvtnorm * imports
  • stats * imports
  • utils * imports