File: README.md

package info (click to toggle)
golang-github-shenwei356-bio 0.13.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 792 kB
  • sloc: perl: 114; sh: 58; makefile: 21
file content (10 lines) | stat: -rwxr-xr-x 453 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
# seq

[![Go Reference](https://pkg.go.dev/badge/github.com/shenwei356/bio/seq.svg)](https://pkg.go.dev/github.com/shenwei356/bio/seq)


This package defines `Seq` and `Alphabet` type, and provides some basic operations of sequence,
like validation of DNA/RNA/Protein sequence, getting reverse complement sequence and translation of RNA to protein.

This package was inspired by
[biogo](https://github.com/biogo/biogo/blob/master/alphabet/alphabet.go).