coRdon

Codon Usage Analysis and Prediction of Gene Expressivity

https://github.com/bioinfohr/cordon

Science Score: 10.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
  • Academic publication links
    Links to: ncbi.nlm.nih.gov
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.0%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

Codon Usage Analysis and Prediction of Gene Expressivity

Basic Info
  • Host: GitHub
  • Owner: BioinfoHR
  • Language: R
  • Default Branch: master
  • Homepage:
  • Size: 2.89 MB
Statistics
  • Stars: 22
  • Watchers: 2
  • Forks: 1
  • Open Issues: 11
  • Releases: 0
Created about 8 years ago · Last pushed over 7 years ago
Metadata Files
Readme

README.md

coRdon

Codon Usage Analysis and Prediction of Gene Expressivity


R package for analysis and visualization of codon usage in DNA sequences.

Main functionalities: * calculates different measures of CU bias and CU-based predictors of gene expressivity * performs gene set enrichment analysis for unannotated or KEGG/COG annotated DNA sequences * implements several methods for visualization of codon usage and enrichment analysis results.

Although specifically aimed at the analysis of metagenomic samples, coRdon allows for the inspection and quantification of codon usage in DNA sequences using any of the 20 different variants of genetic code, with the additional options to include stop codons and alternative start codons in calculations.

The following statistics are implemented in the package:

The package also implements B plot for visualization of CU bias, both within a single sample and between different samples for which CU bias statistics are calculated.

Additionally, if the input sequences are annotated in either KEGG or COG orthology database, functional analysis can be performed in order to determine significantly enriched functions in the imput sample. This is aimed particularly at metagenomic samples, as a way of determining functional fingerprint of a microbial community. There are also several methods for visualisation of enrichment analysis results, including MA-like plot and bar plot.


Geting started

To install coRdon, run the following in R: {r} if (!requireNamespace("BiocManager", quietly=TRUE)) install.packages("BiocManager") BiocManager::install("coRdon")

The developmental version can be installed directly from from GitHub: {r} devtools::install_github("BioinfoHR/coRdon")

For worked example on how to do analysis of codon usage with coRdon, please see the package vignette.


bioinfo.hr

GitHub Events

Total
  • Watch event: 3
  • Issue comment event: 2
  • Member event: 1
Last Year
  • Watch event: 3
  • Issue comment event: 2
  • Member event: 1

Committers

Last synced: almost 3 years ago

All Time
  • Total Commits: 121
  • Total Committers: 5
  • Avg Commits per committer: 24.2
  • Development Distribution Score (DDS): 0.314
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Anamaria Elek a****k@g****m 83
BioinfoHR B****R 27
BioinfoHR m****c@b****r 8
vobencha v****a@g****m 2
Maja Kuzman 3****n 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 12 months ago

All Time
  • Total issues: 18
  • Total pull requests: 0
  • Average time to close issues: 26 days
  • Average time to close pull requests: N/A
  • Total issue authors: 18
  • Total pull request authors: 0
  • Average comments per issue: 1.22
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 1
  • Pull request authors: 0
  • Average comments per issue: 0.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • luisma71 (1)
  • CongLiu37 (1)
  • sakuragi0109 (1)
  • maurijlozano (1)
  • gus-pendleton (1)
  • nick-youngblut (1)
  • kavithamallayaa (1)
  • DhakadPankaj (1)
  • AliYoussef96 (1)
  • jrr1001 (1)
  • jolespin (1)
  • nramme (1)
  • YUZHAN2019 (1)
  • mmikedis (1)
  • sarabeier (1)
Pull Request Authors
Top Labels
Issue Labels
enhancement (1)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • bioconductor 19,834 total
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 5
  • Total maintainers: 1
bioconductor.org: coRdon

Codon Usage Analysis and Prediction of Gene Expressivity

  • Versions: 5
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 19,834 Total
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Average: 18.2%
Downloads: 54.7%
Maintainers (1)
Last synced: 12 months ago

Dependencies

DESCRIPTION cran
  • R >= 3.5 depends
  • Biobase * imports
  • Biostrings * imports
  • data.table * imports
  • dplyr * imports
  • ggplot2 * imports
  • methods * imports
  • purrr * imports
  • stats * imports
  • stringr * imports
  • utils * imports
  • BiocStyle * suggests
  • knitr * suggests
  • rmarkdown * suggests
  • testthat * suggests