Sha256: 47d32c263f36934713f03c1d70d8f2fa0006a326c70bf7ff645eb65071d99cf1

Contents?: true

Size: 730 Bytes

Versions: 21

Compression:

Stored size: 730 Bytes

Contents

#
# bio/util/restriction_enzyme/single_strand_complement.rb - Single strand restriction enzyme sequence in complement orientation
#
# Author::    Trevor Wennblom  <mailto:trevor@corevx.com>
# Copyright:: Copyright (c) 2005-2007 Midwinter Laboratories, LLC (http://midwinterlabs.com)
# License::   The Ruby License
#
#  $Id: single_strand_complement.rb,v 1.5 2007/07/16 19:28:48 k Exp $
#

require 'bio/util/restriction_enzyme'

module Bio
class RestrictionEnzyme

# A single strand of restriction enzyme sequence pattern with a 3' to 5' orientation.
#
class SingleStrandComplement < SingleStrand
  # Orientation of the strand, 3' to 5'
  def orientation; [3, 5]; end
end # SingleStrandComplement
end # RestrictionEnzyme
end # Bio

Version data entries

21 entries across 21 versions & 5 rubygems

Version Path
bioruby-bio-1.2.9.9001 lib/bio/util/restriction_enzyme/single_strand_complement.rb
bioruby-bio-1.2.9.9501 lib/bio/util/restriction_enzyme/single_strand_complement.rb
bioruby-bio-1.3.0.5000 lib/bio/util/restriction_enzyme/single_strand_complement.rb
bioruby-bio-1.3.0.9901 lib/bio/util/restriction_enzyme/single_strand_complement.rb
bioruby-bio-1.3.0 lib/bio/util/restriction_enzyme/single_strand_complement.rb
bioruby-bio-1.3.1.5000 lib/bio/util/restriction_enzyme/single_strand_complement.rb
jandot-bio-1.2.1 lib/bio/util/restriction_enzyme/single_strand_complement.rb
ngoto-bio-1.2.9.9001 lib/bio/util/restriction_enzyme/single_strand_complement.rb
ngoto-bio-1.2.9.9501 lib/bio/util/restriction_enzyme/single_strand_complement.rb
ngoto-bio-1.3.0.5000 lib/bio/util/restriction_enzyme/single_strand_complement.rb
ngoto-bio-1.3.0 lib/bio/util/restriction_enzyme/single_strand_complement.rb
ngoto-bio-1.3.1.5000 lib/bio/util/restriction_enzyme/single_strand_complement.rb
wwood-bioruby-1.2.11 lib/bio/util/restriction_enzyme/single_strand_complement.rb
bio-1.4.2 lib/bio/util/restriction_enzyme/single_strand_complement.rb
bio-1.4.1 lib/bio/util/restriction_enzyme/single_strand_complement.rb
bio-1.4.0 lib/bio/util/restriction_enzyme/single_strand_complement.rb
bio-1.3.1 lib/bio/util/restriction_enzyme/single_strand_complement.rb
bio-1.2.0 lib/bio/util/restriction_enzyme/single_strand_complement.rb
bio-1.1.0 lib/bio/util/restriction_enzyme/single_strand_complement.rb
bio-1.2.1 lib/bio/util/restriction_enzyme/single_strand_complement.rb