DNA, RNA & Peptides
DNA, RNA & Peptides
Out[]=
Creation
Creation
In the Wolfram Language such a biomolecular sequence is a object.
A DNA sequence:
BioSequence["DNA","ATAAACGTACGTTTTTAGGCT"]
Out[]=
BioSequence
An RNA sequence:
BioSequence["RNA","AUAACGUAUGUA"]
Out[]=
BioSequence
A circular peptide sequence:
BioSequence["CircularPeptide","ITGTSTVGVGRGVLGDQKNINTTYSTYYYLQDNTRGNGIFTYDAKYRT"]
Out[]=
BioSequence
BioSequences can be built from and entities.
Build a sequence using a list of chemicals:
BioSequence"DNA",,,,,,,,,
Out[]=
BioSequence
Build a sequence from the BRCA1 gene:
BioSequence
Out[]=
BioSequence
Properties
Properties
The properties for the DNA sequence ATG:
Out[]=
Property | Value |
AbbreviationSequence | dAdodThddGuo |
ChemicalList | |
ChemicalPatternList | |
HELM | RNA1{D(A)P.D(T)P.D(G)}$$$$V2.0 |
MetaInformation | |
MolarMass | |
MolecularMass | |
SequenceBondCount | 0 |
SequenceBondList | {} |
SequenceLength | 3 |
SequencePattern | ATG |
SequenceString | ATG |
SequenceType |
Button["Close",NotebookClose[]]
Out[]=