|
MT::SEQ::Align class |
|
|
diffseq |
|
|
alignment |
|
|
MT::SEQ::Tandem class |
|
|
find_tandem |
Finds and extracts tandem repeats from DNA sequences |
|
foreach_tandem |
Finds each length and pattern of repeats from a sequence |
|
_print_tandem |
Prints results of find_tandem |
|
MT::SEQ::OverLapping class |
|
|
overlapping_finder |
|
|
_over_lapping_printer |
Prints the result of over_lapping_finder |
|
MT::SEQ::FreeEnergy class |
|
|
Rnafold |
Calculates the nucleotide's free energy, and estimates the secondary structure, using RNA fold |
|
foreach_RNAfold |
Divides the specified region into windows, and calculates the free energy of each |
|
MT::SEQ::Consensus class |
|
|
base_counter |
Counts bases to find consensus sequences around the start/end codon |
|
_base_printer |
Prints the result of base_counter |
|
_base_entropy |
Calculates the entropy of base_counter |
|
_base_information_content |
Information content of base_counter |
|
_base_relative_entropy |
Calculates the relative entropy of base_counter |
|
_base_z_value |
Calculates the Z-value of the base_counter |
|
_base_individual_information_matrix |
|
|
consensus_z |
|
|
MT::SEQ::Codon class |
|
|
codon_counter |
Counts the number of codons in CDS |
|
amino_counter |
Counts the number of aminos in CDS |
|
codon_usage |
Calculates the codon usage in one CDS |
|
_codon_amino_printer |
Prints the results of codon or amino counter |
|
_codon_usage_printer |
Prints the result of codon usage |
|
MT::SEQ::eliminate class |
|
|
eliminate_atg |
Eliminates sequences with "atg" in the same frame |
|
eliminate_pat |
Eliminates sequences which have patterns in a specified range |
|
valid_cds |
Choose valid CDS |
|
MT::SEQ::PatSearch class |
|
|
Oligomer_counter |
Counts oligomers within specified window |
|
find_seq |
Counts an oligomer and its complement |
|
palindrome |
Searches for palindrome sequences |
|
MT::SEQ::GCskew class |
|
|
find_ori_ter |
Predicts the replicational origin and terminus |
|
gcskew |
Calculates the GC skew |
|
cum_gcskew |
|
|
genomic_skew |
|
|
gcwin |
Calculates the cumulative GC skew |
|
view_cds |
Creates a graph showing the average A, T, G, C contents around the start/stop codons |
|
MT::SEQ::Util class |
|
|
atcgcon |
Calculates the atgc content of all CDS withing the genome |
|
cds_echo |
Displays the starting and ending positions of a CDS |
|
print_gene_function_list |
Prints the number of genes for each function, and the number of specified oligomers in each gene function group. The default for string sequence is 'gctggtgg' |
|
seq2gif |
Converts a sequence to a gif image |
|
genome_map |
Calculates CAI values for each genes, and inputs in the G instance |
|
mask_seq |
The portion specified under sequence is replaced by N |
|
past_seq |
|
|
MT::SEQ::CAI class |
Insert sequence in the part specified under sequence |
|
cai |
Calculates CAI values for each genes, and inputs in the G instance |
|
w_value |
Calculates the W value necessary for CAI analysis |
|
MT::SEQ::ORF class |
|
|
longest_ORF |
Searches for the longest ORF |
|
pseudo |
Gets the upstream and downstream sequence from "pseudo ATG", ATG codon that is not a start codon |
|
find_identical_gene |
Finds identical genes in 2 genomes. The returned array is an array of CDS numbers of genome 1 |
|
MT::SEQ::Markov class |
|
|
markov |
Calculates the Markov analysis for all oligomers of specified length |