microview

A reporting tool for aggregating results from taxonomic classification analyses

https://github.com/dalmolingroup/microview

Science Score: 44.0%

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

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.1%) to scientific vocabulary

Keywords

metagenomics reporting taxonomic taxonomic-classification
Last synced: 6 months ago · JSON representation ·

Repository

A reporting tool for aggregating results from taxonomic classification analyses

Basic Info
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
metagenomics reporting taxonomic taxonomic-classification
Created over 3 years ago · Last pushed almost 2 years ago
Metadata Files
Readme Changelog License Citation

README.md

MicroView

license pytest status Documentation Status

MicroView, a reporting tool for taxonomic classification

MicroView agreggates results from taxonomic classification tools, such as Kaiju and Kraken, building an interactive HTML report with insightful visualizations.

Checkout the full documentation.

Quickstart

Install the package:

sh pip install microview

Alternatively, you can also install it with Conda:

sh conda install bioconda:microview

Go to your directory containing Kaiju/Kraken-style results and run:

sh microview -t .

Alternatively, if you have a CSV table defining result paths and contrasts, like this:

sample,group result_1.tsv,group_one result_2.tsv,group_two ...etc...

You can run MicroView like this:

sh microview -df contrast_table.csv -o report_with_table.html

Then, an HTML file named microview_report.html - or the name you defined with the -o param - should be available in your working directory, try opening it with your browser!

Example report

Here's what the beginning of a MicroView report looks like (sensitive information obscured):

MicroView header

Owner

  • Name: Dalmolin Systems Biology Group
  • Login: dalmolingroup
  • Kind: organization
  • Location: Natal, RN - Brazil

Research group in Systems Biology at UFRN

Citation (CITATION.cff)

cff-version: 1.0.0
message: "If you use this software, please cite it as below."
authors:
  - family-names: Cavalcante
    given-names: "João Vitor"
    orcid: https://orcid.org/0000-0001-7513-7376
  - family-names: "Siqueira Dalmolin"
    given-names: "Rodrigo Juliani"
    orcid: https://orcid.org/0000-0002-1688-6155
title: "MicroView"
version: 0.11.0
url: "https://github.com/jvfe/microview"

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: 7 months ago

All Time
  • Total issues: 1
  • Total pull requests: 4
  • Average time to close issues: 1 day
  • Average time to close pull requests: 11 minutes
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 4
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 1
  • Average time to close issues: 1 day
  • Average time to close pull requests: 12 minutes
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • jvfe (1)
Pull Request Authors
  • jvfe (6)
Top Labels
Issue Labels
enhancement (1)
Pull Request Labels

Dependencies

.github/workflows/test_and_lint.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
  • psf/black stable composite
setup.py pypi
docker/Dockerfile docker
  • python 3.9.16-slim-buster build