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 allBasic Examples (5)
Scope (9)
Names and Classes (5)
Gene and Chromosome Sequences (4)
Applications (4)
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:
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