Coder Social home page Coder Social logo

sequencetools's Introduction

sequencetools

An R package for processing genetic code and seqeuence data

sequencetools includes several tools for DNA and RNA sequence manipulation:

  • seqcheck() - The type of nucleic acid that a given sequence corresponds to.
  • seqcomplement() - The complementary or reverse complementary sequence of an input sequence.
  • seqcomposition() - The composition of a given sequence (percentage of a specific base or GC-content).
  • seqlength() - The length of a given sequence
  • seqlocator() - The location and number of instances of a specified sequence within a larger input sequence.
  • seqsummary() - A summary of the type, length, and composition of a given sequence.
  • seqtranscribe() - The transcribed version of a given sequence (DNA -> RNA or RNA -> DNA)
  • seqtranslate() - The primary amino structure of a given RNA sequence (1-letter or 3-letter code)

$${\color{red}Note: \space More \space Functions \space Coming \space Soon!!}$$

Installation

sequencetools can be installed from github using:

install.packages("remotes")
remotes::install_github('muzaffarabdullaev/sequencetools')

Alternatively, install using:

install.packages("devtools")
devtools::install_github('muzaffarabdullaev/sequencetools')

Status and Contribution

This package is currently under early stage development.

⭐ Contribution is highly welcome! ⭐

If there are problems with the package, feel free to let me know!

Code of Conduct

Users and Contributors should read the "CODE_OF_CONDUCT.md" file before posting feedback/changes to the repo.
Thank you!

sequencetools's People

Contributors

muzaffarabdullaev 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.