Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ggklf committed May 21, 2012
1 parent cccb1f4 commit d080501
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.rdoc
Expand Up @@ -39,7 +39,6 @@ install the gem. This will install the bioruby gem if it is not already installe
#get the cyspolv group for this tag
puts dbl_seq.cyspolv_group #=> 1


#get the block sharing group for this tag
puts dbl_seq.bs_group #=> 1

Expand Down Expand Up @@ -70,6 +69,19 @@ window length is 14
#get pspb4
puts seq.pspb4 #=> FTSHGKCGRNETNV

#get a pspb as an amino acid
puts seq.pspb4_as_dna

= Finding polv2 to polv3 regions
Only the Amino acid regions are supported for now

#get polv1 to polv2 region
puts seq.polv1_to_polv2

#get polv3 to polv4 region
puts seq.polv3_to_polv4


= Processing a flatfile for example fasta, genbank or embl

seq_file = "sequences.fasta"
Expand Down

0 comments on commit d080501

Please sign in to comment.