GithubHelp home page GithubHelp logo

juanvillada / dnatom Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 1.46 MB

Stoichiometric composition of CDSs from a FASTA file

License: BSD 3-Clause "New" or "Revised" License

Rust 100.00%
bionformatics

dnatom's Introduction

dnatom

Calculate the stoichiometric composition of coding sequences (CDS), RNAs, and proteins from FASTA files.

dnatom is a tool designed to compute the stoichiometric composition of CDSs based on an input FASTA file. Understanding the stoichiometry of biological molecules provides insights into the metabolic demands of organisms and can be relevant in the study of CDS evolution.

dnatom employs the stoichiometric approach, calculating the number of Carbon (C), Hydrogen (H), Oxygen (O), and Nitrogen (N) atoms for each nucleotide base in the DNA sequences. This approach is rooted in understanding the atomic composition of each base:

  • Adenine (A): C5H5N5
  • Thymine (T): C5H6N2O2
  • Cytosine (C): C4H5N3O
  • Guanine (G): C5H5N5O

Using dnatom, we could make inferences about the energetic costs of biosynthesis, adaptations to specific environments, and other evolutionary pressures.

Installation

Ensure you have Rust installed, and then clone the repository:

git clone https://github.com/juanvillada/dnatom.git
cd dnatom
cargo build --release

The executable will be in the target/release directory.

Usage

Run this program with:

cargo run -- path_to_your_CDS_fasta_file.fasta

The results will be written to a file named results.tsv in the current directory.

Contribution

Contributions are always welcome!

Contact

Juan C. Villada

JGI

dnatom's People

Contributors

juanvillada avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.