[BioPython] (no subject)
Jeffrey Chang
jeffrey_chang at stanfordalumni.org
Tue Feb 3 11:26:39 EST 2004
You can get information out of the documentation for SProt.Record:
>>> from Bio.SwissProt import SProt
>>> help(SProt.Record)
class Record
| Holds information from a SwissProt record.
|
| Members:
| entry_name Name of this entry, e.g. RL1_ECOLI.
| data_class Either 'STANDARD' or 'PRELIMINARY'.
| molecule_type Type of molecule, 'PRT',
| sequence_length Number of residues.
[...]
Jeff
On Feb 3, 2004, at 11:01 AM, wfleuren at cmbi.kun.nl wrote:
> I am using the SProt.RecordParse() to parse a Swiss-prot record and via
> the iterator I am trying to get some information out of the record. I
> want
> to know which attributes I can use to get all the information out of
> the
> swissprot record, so where can I find a list of the names of
> attributes I
> can use to retrieve information from a Swiss-Prot record using the
> Iterator?
>
>
> Thanks in advance.
> _______________________________________________
> BioPython mailing list - BioPython at biopython.org
> http://biopython.org/mailman/listinfo/biopython
More information about the BioPython
mailing list