class Bio::PSORT::PSORT1

Bio::PSORT::PSORT1

Bio::PSORT::PSORT1 is a wapper class for the original PSORT program.

Example

serv = Bio::PSORT::PSORT1.imsut
serv.title = 'Query_title_splited_by_white space'
serv.exec(seq, false)  # seq.class => String
serv.exec(seq)
report = serv.exec(Bio::FastaFormat.new(seq))
report_raw = serv.exec(Bio::FastaFormat.new(seq), false)

References

  1. Nakai, K. and Kanehisa, M., A knowledge base for predicting protein localization sites in eukaryotic cells, Genomics 14, 897-911 (1992).

    PMID:1478671