Skip to content
/ seq Public

Provides common operations for dealing with biological sequence data, including data representation and sequence alignment.

License

Notifications You must be signed in to change notification settings

TuftsBCB/seq

Repository files navigation

This package provides common operations for dealing with biological sequence data. The package is not exhaustive and sometimes only provides representations for essential data without operations. (For example, a representation of a multiple-sequence alignment without a multiple-sequence alignment algorithm.)

The sequence type defined here is used throughout other Go packages in the TuftsBCB group.

Documentation for this package can be found here:

http://godoc.org/github.com/TuftsBCB/seq

Installation

Once you have Go installed, just run

go get github.com/TuftsBCB/seq

to install the packages.

About

Provides common operations for dealing with biological sequence data, including data representation and sequence alignment.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages