Next: Schmooz, Previous: Time and Date, Up: Textual Conversion Packages [Contents][Index]
(require 'ncbi-dma)
Reads the NCBI-format DNA sequence following the word ‘ORIGIN’ from port.
Reads the NCBI-format DNA sequence following the word ‘ORIGIN’ from file.
Replaces ‘T’ with ‘U’ in str
Returns a list of three-letter symbol codons comprising the protein sequence encoded by cdna starting with its first occurence of ‘atg’.
Returns a list of three-letter symbols for the protein sequence encoded by cdna starting with its first occurence of ‘atg’.
Returns a string of one-letter amino acid codes for the protein sequence encoded by cdna starting with its first occurence of ‘atg’.
These cDNA count routines provide a means to check the nucleotide sequence with the ‘BASE COUNT’ line preceding the sequence from NCBI.
Returns a list of counts of ‘a’, ‘c’, ‘g’, and ‘t’ occurrencing in cdna.
Prints the counts of ‘a’, ‘c’, ‘g’, and ‘t’ occurrencing in cdna.
Next: Schmooz, Previous: Time and Date, Up: Textual Conversion Packages [Contents][Index]