Wolfram Computation Meets Knowledge

Wolfram Language & System Documentation Center Wolfram Language Home Page »

ProteinData

ProteinData[entity]

gives the reference amino acid sequence for the protein entity.

ProteinData[entity,property]

gives the value of the specified property for the protein entity.

ProteinData[entity,property,annotation]

gives the specified annotation associated with the given property.

Details

Examples

open allclose all

Basic Examples  (6)

Get a list of human proteins:

Display the ribbon diagram:

Get the amino acid sequence of a protein:

Get the molecular weight of a protein:

Get the number of amino acids in a protein sequence:

Get the coordinates of atoms in a 3D protein structure:

Scope  (10)

Names and Classes  (5)

Obtain a list of protein names:

Find the English name of a protein:

Get a list of protein classes:

Find protein classes related to DNA binding:

Get a list of proteins involved in DNA binding:

Get a list of groups a protein belongs to:

Test whether a protein belongs to a class:

Protein Structure  (3)

Plot the ribbon diagram for a protein:

Get the 3D coordinates of each atom in a protein structure:

Get the corresponding atom types:

Group the atom coordinates by residue:

Group by chain:

Group by chain and by residue:

Get the atom types for a particular residue:

Get the alpha-carbon atoms from each residue:

Use the alpha-carbon positions to render the protein backbone:

Properties and Annotations  (2)

Get a list of properties for a particular protein:

Get a short textual description of a property:

Properties & Relations  (3)

Get the gene that encodes a protein:

Get the names of all proteins encoded by the gene from GenomeData:

Display a protein using atom sizes from ElementData and colorings from ColorData:

Show the conformation of a protein backbone using Tube and BezierCurve:

Neat Examples  (2)

A random collection of protein backbones:

Show the Ramachandran plot for a protein:

Wolfram Research (2008), ProteinData, Wolfram Language function, https://reference.wolfram.com/language/ref/ProteinData.html (updated 2014).

Text

Wolfram Research (2008), ProteinData, Wolfram Language function, https://reference.wolfram.com/language/ref/ProteinData.html (updated 2014).

CMS

Wolfram Language. 2008. "ProteinData." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2014. https://reference.wolfram.com/language/ref/ProteinData.html.

APA

Wolfram Language. (2008). ProteinData. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/ProteinData.html

BibTeX

@misc{reference.wolfram_2024_proteindata, author="Wolfram Research", title="{ProteinData}", year="2014", howpublished="\url{https://reference.wolfram.com/language/ref/ProteinData.html}", note=[Accessed: 18-May-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_proteindata, organization={Wolfram Research}, title={ProteinData}, year={2014}, url={https://reference.wolfram.com/language/ref/ProteinData.html}, note=[Accessed: 18-May-2024 ]}

Top