Wolfram Computation Meets Knowledge

Wolfram Language & System Documentation Center Wolfram Language Home Page »

GenomeData

GenomeData["gene"]

gives the DNA sequence for the specified gene on the reference human genome.

GenomeData["gene","property"]

gives the value of the specified property for the human gene gene.

GenomeData[{"chr",{n1,n2}}]

gives the sequence from positions n1 to n2 on chromosome chr in the reference human genome.

Details

Examples

open allclose all

Basic Examples  (5)

Get the full DNA sequence of a gene on the human genome:

Get the DNA sequence for part of a chromosome:

Get a list of genes on a chromosome:

Get the Wolfram Language standard name of the chromosome where a gene resides:

Get the chromosome position of a gene:

Scope  (9)

Names and Classes  (5)

Obtain a list of gene names:

Find the English name of a gene:

Get a list of gene classes:

Get a list of genes involved in signal transduction:

Get a list of classes a gene belongs to:

Test whether a gene belongs to a class:

Gene and Chromosome Sequences  (4)

Get the DNA sequence of a gene:

Get the chromosome position of a gene:

Get the Wolfram Language standard name of the chromosome where a gene resides:

Get the orientation of the gene on the chromosome:

Get the DNA sequence for part of a chromosome on the bottom strand:

Get the positions of coding sequences for a gene:

Applications  (4)

Make a log plot of the distribution of lengths of human chromosomes:

Make a log rank plot of the lengths of genes for human chromosome 22:

Make a plot of average coding sequence length versus gene length:

Visualize a gene as an image:

Show the first 20 genes on chromosome 12:

Properties & Relations  (2)

Get a sequence from the top strand of chromosome 1:

Get the complementary sequence from the bottom strand:

Show that the bottom strand is complementary to the top strand:

Use GenomeData to extract the sequences found by GenomeLookup:

Neat Examples  (1)

Find the 5 shortest genes in the human genome:

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

Text

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

CMS

Wolfram Language. 2008. "GenomeData." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/GenomeData.html.

APA

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

BibTeX

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

BibLaTeX

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

Top