mgkit.io.snpdat module¶
SNPDat reader
-
class
mgkit.io.snpdat.
SNPDatRow
(line=None, rev_comp=None)[source]¶ Bases:
object
Class containing information ouputted by SNPDat in its result file. One instance contains information about a row in the file.
-
exon
¶ exon that contains the current feature and the total number of annotated exons for the gene containing the feature
- Type
-
nuc_change
¶ amino acid for the reference codon and new amino acid with the mutation in place
- Type
-
aa_change
¶ amino acid for the reference codon and new amino acid with the mutation in place
- Type
-
aa_change
¶
-
ann_frame
¶
-
chr_name
¶
-
chr_pos
¶
-
codon
¶
-
exon
¶
-
feat_dist
¶
-
feat_end
¶
-
feat_num
¶
-
feat_start
¶
-
feature
¶
-
frame
¶
-
gene_id
¶
-
gene_name
¶
-
in_feat
¶
-
messages
¶
-
nuc_change
¶
-
nuc_ref
¶
-
num_features
¶
-
num_stops
¶
-
protein_id
¶
-
region
¶
-
strand
¶
-
synonymous
¶
-
transcript_id
¶
-
transcript_name
¶
-