DNA Functions

ISDNA Returns TRUE if text is a valid DNA sequence
DNA2RNA Converts a DNA sequence to RNA
DNA.CLEAN Removes all nonsequence characters from text
DNA.A Returns count of As in a sequence
DNA.C Returns count of Cs in a sequence
DNA.G Returns count of Gs in a sequence
DNA.T Returns count of Ts in a sequence
DNA.GC Determines the relative amount of G and C bases in a sequence, as a percentage of total sequence length
DNA.WT Computes the molecular weight of a DNA sequence
DNA.COMP Returns the genetic complement of a DNA sequence
DNA.REVC Returns the reverse complement of a DNA sequence
DNA.DH Computes the enthalpy (ΔH°) of a DNA sequence.
DNA.DS Computes the entropy (ΔS°) of a DNA sequence.
DNA.DG Computes the free-energy (ΔG°) of a DNA sequence.
DNA.TM Computes the melting temperature of a DNA sequence

RNA Functions

ISRNA Returns TRUE if text is a valid DNA sequence
RNA2DNA Converts an RNA sequence to DNA
RNA.CLEAN Removes all nonsequence characters from text
RNA.A Returns count of As in a sequence
RNA.C Returns count of Cs in a sequence
RNA.G Returns count of Gs in a sequence
RNA.U Returns count of Us in a sequence
RNA.GC Determines the relative amount of G and C bases in a sequence, as a percentage of total sequence length
RNA.WT Computes the molecular weight of an RNA sequence
RNA.COMP Returns the genetic complement of an RNA sequence
RNA.REVC Returns the reverse complement of an RNA sequence
RNA.DH Computes the enthalpy (ΔH°) of an RNA sequence.
RNA.DS Computes the entropy (ΔS°) of an RNA sequence.
RNA.DG Computes the free-energy (ΔG°) of an RNA sequence.
RNA.TM Computes the melting temperature of an RNA sequence

Core Sequence Functions

SEQ.REV Returns sequence in reverse order
SEQ.TR Translates sequence from one form to another
SEQ.METS Returns array of sequence metrics
SEQ.FREQ Returns array of symbol frequencies
Microsoft, Excel, and the Office logo are trademarks or registered trademarks of Microsoft Corporation in the United States and/or other countries.
Copyright © 2009, Gentelligent, Inc.