iSEEtree

extension of iSEE for TreeSE

https://github.com/microbiome/iseetree

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
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    2 of 5 committers (40.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.6%) to scientific vocabulary

Keywords

microbiome shiny-apps visualisation

Keywords from Contributors

bioconductor bioconductor-package gene sequencing
Last synced: 6 months ago · JSON representation

Repository

extension of iSEE for TreeSE

Basic Info
Statistics
  • Stars: 3
  • Watchers: 2
  • Forks: 3
  • Open Issues: 3
  • Releases: 0
Topics
microbiome shiny-apps visualisation
Created over 2 years ago · Last pushed 6 months ago
Metadata Files
Readme Changelog

README.md

iSEEtree

issues pulls R-CMD-check codecov codefactor

The goal of iSEEtree is to provide panel designs to explore hierarchical data stored in TreeSummarizedExperiment objects. This enables the interactive visualisation of microbiome data, cell lines and more.

Installation instructions

The release version of iSEEtree can be installed from Bioconductor as follows:

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

BiocManager::install("iSEEtree") ```

Contributors or users interested in the latest functionality can install the devel version of iSEEtree as follows:

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

The following initializes usage of Bioc devel

BiocManager::install(version='devel')

BiocManager::install("iSEEtree") ```

Example

The basic functionality of iSEEtree can be explored as follows:

``` library(iSEEtree) library(mia) library(scater)

Import TreeSE

data("Tengeler2020", package = "mia") tse <- Tengeler2020

Add relabundance assay

tse <- transformAssay(tse, method = "relabundance")

Add reduced dimensions

tse <- runMDS(tse, assay.type = "relabundance")

Launch iSEE

if (interactive()) { iSEE(tse) } ```

Code of Conduct

Please note that the iSEEtree project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms. Contributions are welcome in the form of feedback, issues and pull requests. You can find the contributor guidelines of the miaverse here.

Acknowledgements

iSEEtree originates from the joint effort of the R/Bioconductor community. It is mainly based on the following software:

  • R, statistical programming language [@core2024r]
  • mia, framework for microbiome data analysis [@borman2024mia]
  • iSEE, SummarizedExperiment interactive explorer [@rue2018isee]
  • TreeSummarizedExperiment, S4 container for hierarchical data [@huang2021treesummarizedexperiment]
  • shiny, web app development in R [@chang2024shiny]

Owner

  • Name: microbiome
  • Login: microbiome
  • Kind: organization
  • Email: microbiome-admin@googlegroups.com
  • Location: Tools for microbiome analytics

Microbiome research methods

GitHub Events

Total
  • Issues event: 11
  • Watch event: 1
  • Delete event: 9
  • Issue comment event: 12
  • Push event: 63
  • Pull request event: 14
  • Fork event: 1
  • Create event: 7
Last Year
  • Issues event: 11
  • Watch event: 1
  • Delete event: 9
  • Issue comment event: 12
  • Push event: 63
  • Pull request event: 14
  • Fork event: 1
  • Create event: 7

Committers

Last synced: 7 months ago

All Time
  • Total Commits: 197
  • Total Committers: 5
  • Avg Commits per committer: 39.4
  • Development Distribution Score (DDS): 0.269
Past Year
  • Commits: 49
  • Committers: 4
  • Avg Commits per committer: 12.25
  • Development Distribution Score (DDS): 0.102
Top Committers
Name Email Commits
Giulio Benedetti g****0@g****m 144
seraidarian e****n@e****r 48
J Wokaty j****y@s****u 2
A Wokaty a****y@s****u 2
antagomir l****i@i****i 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 22
  • Total pull requests: 30
  • Average time to close issues: 2 months
  • Average time to close pull requests: 2 days
  • Total issue authors: 3
  • Total pull request authors: 3
  • Average comments per issue: 1.45
  • Average comments per pull request: 1.53
  • Merged pull requests: 29
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 6
  • Pull requests: 12
  • Average time to close issues: 13 days
  • Average time to close pull requests: 1 day
  • Issue authors: 2
  • Pull request authors: 1
  • Average comments per issue: 1.5
  • Average comments per pull request: 0.17
  • Merged pull requests: 11
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • RiboRings (15)
  • LiNk-NY (1)
  • danique-mulder (1)
Pull Request Authors
  • RiboRings (31)
  • ElySeraidarian (8)
  • antagomir (1)
Top Labels
Issue Labels
enhancement (4) documentation (1) bug (1)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • bioconductor 3,012 total
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 2
  • Total maintainers: 1
bioconductor.org: iSEEtree

Interactive visualisation for microbiome data

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 3,012 Total
Rankings
Dependent repos count: 0.0%
Dependent packages count: 31.5%
Average: 42.1%
Downloads: 94.9%
Maintainers (1)
Last synced: 6 months ago

Dependencies

DESCRIPTION cran
  • iSEEmiaViz * depends
  • TreeSummarizedExperimentshiny * imports