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

kalemaria/genomics_workshop_demo-1

 
 

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.complement  # outputs DNA('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

Languages

  • Python 96.3%
  • Makefile 3.7%