Package Bio :: Package UniGene :: Class SequenceLine
[hide private]
[frames] | no frames]

Class SequenceLine

source code

Store the information for one SEQUENCE line from a Unigene file

Initialize with the text part of the SEQUENCE line, or nothing.

Attributes and descriptions (access as LOWER CASE)
ACC=         GenBank/EMBL/DDBJ accession number of sequence
NID=         Unique nucleotide sequence identifier (gi)
PID=         Unique protein sequence identifier (used for non-ESTs)
CLONE=       Clone identifier (used for ESTs only)
END=         End (5'/3') of clone insert read (used for ESTs only) 
LID=         Library ID; see Hs.lib.info for library name and tissue
MGC=         5' CDS-completeness indicator; if present, 
             the clone associated with this sequence  
             is believed CDS-complete. A value greater than 511
             is the gi of the CDS-complete mRNA matched by the EST,
             otherwise the value is an indicator of the reliability
             of the test indicating CDS completeness;
             higher values indicate more reliable CDS-completeness
             predictions. 
SEQTYPE=     Description of the nucleotide sequence. Possible values
             are mRNA, EST and HTC.
TRACE=       The Trace ID of the EST sequence, as provided by NCBI
             Trace Archive

Instance Methods [hide private]
 
__init__(self, text=None) source code
 
_init_from_text(self, text) source code
 
__repr__(self) source code