microbiomeDASim

Tools to simulate longitudinal differential abundance for microbiome data

https://github.com/williazo/microbiomedasim

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

Repository

Tools to simulate longitudinal differential abundance for microbiome data

Basic Info
  • Host: GitHub
  • Owner: williazo
  • License: other
  • Language: Jupyter Notebook
  • Default Branch: master
  • Size: 5.47 MB
Statistics
  • Stars: 3
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 7 years ago · Last pushed about 6 years ago
Metadata Files
Readme License

README.md

Microbiome Differential Abundance Simulation

Bioc
build Bioc
time Bioc
downloads

This package is developed to simulate microbiome data for longitudinal differential abundance analyses. Microbiome data have a variety of features that make typical simulation methods inappropriate. For an in-depth description of the types of problems this simulation package is designed to solve, plus basics of the functionality please refer to the F1000 manuscript f1000research.20660.2.

Installation

To install the microbiomeDASim package the latest release version is available from Bioconductor

``` r if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager")

BiocManager::install("microbiomeDASim") ```

Alternatively to use the latest development version from Bioconductor use the following commands

``` r if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager")

BiocManager::install("microbiomeDASim", version="devel") ```

Examples

An interactive examples for how to simulate data from a multivariate normal distribution and fit a trend line using metagenomeSeq::fitTimeSeries are available in the inst/scripts directory.

This notebook can be run interactively using Google Collab by clicking the “Open in Colab” marker at the top of the notebook.

GitHub Events

Total
Last Year

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 48
  • Total Committers: 2
  • Avg Commits per committer: 24.0
  • Development Distribution Score (DDS): 0.083
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Justin Williams w****o@u****u 44
Nitesh Turaga n****a@g****m 4
Committer Domains (Top 20 + Academic)

Packages

  • Total packages: 1
  • Total downloads:
    • bioconductor 9,104 total
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 5
  • Total maintainers: 1
bioconductor.org: microbiomeDASim

Microbiome Differential Abundance Simulation

  • Versions: 5
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 9,104 Total
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Forks count: 19.8%
Stargazers count: 21.8%
Average: 23.9%
Downloads: 78.0%
Maintainers (1)
Last synced: 11 months ago