Skip to content

ake123/iSEEbug

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iSEEbug

issues pulls R-CMD-check codecov codefactor

The goal of iSEEbug is to provide a user-friendly interface to import, build, explore and visualise TreeSummarizedExperiment objects by means of iSEE.

Installation instructions

The devel version of iSEEbug can be installed from GitHub as follows:

remotes::install_github("RiboRings/iSEEbug")

Example

The basic functionality of iSEEbug can be explored as follows:

library(iSEEbug)

app <- iSEEbug()

# Launch iSEE
if (interactive()) {
  shiny::runApp(app)
}

Code of Conduct

Please note that the iSEEbug 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

Please note that iSEEbug was only made possible thanks to many other R and bioinformatics software authors, which are cited in the vignettes describing this package.

This package was developed using the following resources:

  • usethis to generate an initial template.
  • Continuous code testing is performed on GitHub actions and include R CMD check, BiocCheck and testthat.
  • Code coverage assessment is possible thanks to codecov.
  • The documentation website is automatically updated thanks to pkgdown.
  • The documentation is formatted thanks to devtools and roxygen2.
  • All the actions above are made reproducible by rworkflows

About

Web app to build and explore microbiome data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • R 81.1%
  • CSS 11.3%
  • Dockerfile 7.6%