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

  • Genes are specified by standard names such as "BRCA1".
  • GenomeData[] gives a list of human genes.
  • Human chromosomes can be specified as "Chromosome1", "ChromosomeX", "Mitochondrion", etc., or by integers 1 through 22, "X", "Y", and "MT".
  • GenomeData[{{"chr",+1},{n1,n2}}] gives the 5' to 3' sequence from positions n1 to n2 on the top strand of chromosome chr. Sequence positions are measured relative to the 5' end of the top strand.
  • GenomeData[{{"chr",-1},{m1,m2}}] gives the 5' to 3' sequence from positions m1 to m2 on the bottom strand of chromosome chr. Sequence positions are measured relative to the 5' end of the bottom strand.
  • Gene sequence properties include:
  • "FullSequence"the full sequence for the gene
    "FullSequencePosition"start and end positions of the gene
    "SequenceLength"length of the gene in base pairs
  • Gene location properties include:
  • "Chromosome"chromosome on which the gene is located
    "LocusList"locus for the gene as a list
    "LocusString"locus for the gene as a string
    "Orientation"forward (5' to 3') or reverse (3' to 5') as +1 or -1
  • Protein and transcription properties include:
  • "CodingSequenceLists"lists of coding sequences for the gene
    "CodingSequencePositions"lists of region positions for each coding sequence
    "CodingSequences"concatenated coding sequences for the gene
    "ExonSequences"list of sequences of exons for the gene
    "IntronSequences"list of sequences of introns for the gene
    "ProteinNames"names of the proteins coded for by the gene
    "UTRSequences"list of sequences of untranslated terminal regions of the gene
  • Functional properties include:
  • "BiologicalProcesses"biological processes associated with gene products
    "CellularComponents"cellular components in which gene products are found
    "InteractingGenes"genes interacting with this gene or its products
    "MolecularFunctions"molecular functions of gene products
  • Gene identification properties include:
  • "AlternateNames"common synonyms
    "GenBankIndices"GenBank index number strings
    "GeneID"GeneID number string
    "GeneOntologyIDs"Gene Ontology ID strings
    "MIMNumbers"Mendelian Inheritance in Man index number strings
    "Name"common English name
    "NCBIAccessions"NCBI accession strings
    "ProteinGenBankIndices"GenBank index number strings for protein products
    "ProteinNCBIAccessions"NCBI accession strings for protein products
    "UnitsStandardName"standard Wolfram Language name
    "TranscriptGenBankIndices"GenBank index number strings for RNA products
    "TranscriptNCBIAccessions"NCBI accession strings for RNA products
    "UniProtAccessions"UniProt accession strings
  • Overall properties of chromosomes include:
  • "SequenceLength"length of the chromosome in base pairs
    "UnsequencedPositions"start and end positions where the sequence is unknown
  • Properties related to lists of bands for chromosomes include:
  • "GBandLocusStrings"names of G-band loci
    "GBandScaledPositions"scaled start and end positions of all G-bands
    "GBandStainingCodes"cytogenetic staining codes for all G-bands
    "GBandStainingLevels"relative staining levels for all G-bands
  • GenomeData[gene,"prop","ann"] gives various annotations associated with a property. Typical annotations include:
  • "Name"common English names
    "UnitsStandardName"standard Wolfram Language names
    "Units"units in which values are given

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_2023_genomedata, author="Wolfram Research", title="{GenomeData}", year="2008", howpublished="\url{https://reference.wolfram.com/language/ref/GenomeData.html}", note=[Accessed: 19-March-2024 ]}

BibLaTeX

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