Skip to content

drguggiana/genomics_workshop_demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%