Skip to content

This is a genomics python package, used in the Intermediate Python Workshop in Munich 2018

License

Notifications You must be signed in to change notification settings

nickdelgrosso/genomics_workshop_demo

Repository files navigation

genomics_demo_workshop

This is a demo of a genomics python package

Installation

pip install git+https://github.com/nickdelgrosso/genomics_workshop_demo

Usage

from genomics_demo import DNA
dna_strand = DNA('AGTCAGC')  # Make DNA strand
dna_strand.complimentary_sequence  # outputs "TCAGTCG"

About

This is a genomics python package, used in the Intermediate Python Workshop in Munich 2018

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published