Wolfram Language Paclet Repository

Community-contributed installable additions to the Wolfram Language

Primary Navigation

    • Cloud & Deployment
    • Core Language & Structure
    • Data Manipulation & Analysis
    • Engineering Data & Computation
    • External Interfaces & Connections
    • Financial Data & Computation
    • Geographic Data & Computation
    • Geometry
    • Graphs & Networks
    • Higher Mathematical Computation
    • Images
    • Knowledge Representation & Natural Language
    • Machine Learning
    • Notebook Documents & Presentation
    • Scientific and Medical Data & Computation
    • Social, Cultural & Linguistic Data
    • Strings & Text
    • Symbolic & Numeric Computation
    • System Operation & Setup
    • Time-Related Computation
    • User Interface Construction
    • Visualization & Graphics
    • Random Paclet
    • Alphabetical List
  • Using Paclets
    • Get Started
    • Download Definition Notebook
  • Learn More about Wolfram Language

CAGenetics

Guides

  • Main Guide

Symbols

  • AncestorGraphEvolution
  • AncestorGraph
  • AncestorsEvolution
  • CACanonicalTree
  • CAEquationTree
  • CAEvolutionTree
  • CAGeneticTree
  • CAMonotoneQTree
  • CanonicalGenes
  • CanonicalRule
  • CANormalTree
  • CAPlot
  • CASymmetryIndexTree
  • CoeffToOutput
  • ComputeEntropy
  • ComputeWolframClass
  • DeNormalizePosition
  • DigitOrder
  • EquivalentClass
  • ExtendGene
  • FindMinimumRange
  • FromGenes
  • FromNormalSpace
  • FullAsymmetricRuleQ
  • GeneCompress
  • GeneEquation
  • GeneExpand
  • GeneFromNormalSpace
  • GenePrepend
  • GeneRule
  • GeneSet
  • GeneSets
  • GeneSplice
  • GeneThread
  • GeneToNormalSpace
  • GeneToPrimal
  • GeneVariables
  • GetWolframClass
  • IdentityRule
  • InverseRule
  • MAERule
  • MakeGeneSymmetric
  • ModulusKDCoeff
  • ModulusKDFunction
  • ModulusPCoeff
  • ModulusPCore
  • ModulusPFunctionFromCoeff
  • ModulusPFunction
  • ModulusPMatrix
  • MonotoneQ
  • NegateRule
  • NormalizePosition
  • NormalSignatureDiagonal
  • NormalSpaceCenter
  • NormalSpaceDotToReferenceVector
  • NormalSpaceProjectionToMain
  • NormalSpaceReference
  • NormalSpaceReferenceVector
  • NormalSpaceVectorFromPoints
  • NormalSpaceVectorOrthogonalToMain
  • OffsetGeneSet
  • OutputToCoeff
  • PermutationForSymmetry
  • PermutationsForReflection
  • PermutationsFromNormalSpace
  • PermutationsGeneToPrimal
  • PermutationsPrimalToGene
  • PermutationsToNormalSpace
  • PositionToPrimal
  • PrimalToGene
  • PrimalToPosition
  • PrintableEquation
  • ProbRule
  • RandomAsymmetricGene
  • RandomAsymmetricRule
  • RandomGene
  • RandomRule
  • RandomSemiAsymmetricRule
  • RandomSymmetricGene
  • RandomSymmetricRule
  • ReflectDigitOrder
  • ReflectGene
  • ReflectNormalRule
  • ReflectRule
Obando`CAGenetics`
FromGenes
​
FromGenes
[genes]
returns a rule number for
r=1
built from the list of
genes
.
​
​
FromGenes
[genes,r]
returns a rule number for the given
r
built from the list of
genes
.
​
Details and Options

Examples  
(1)
Basic Examples  
(1)
In[1]:=
Needs["Obando`CAGenetics`"]
▪
Find the rules for several pairs of genes in the ECA.
In[2]:=
FromGenes
[{3,3}]
Out[2]=
15
In[3]:=
FromGenes
[{6,6}]
Out[3]=
90
In[4]:=
FromGenes
[{10,7}]
Out[4]=
110
In[5]:=
FromGenes
[{6,3}]
Out[5]=
30
▪
Find the rules for several triples of genes in the rule space for k = 3, r = 1.
In[6]:=
FromGenes
[{34,25,61}]
Out[6]=
28723282
In[7]:=
FromGenes
[{58,34,22}]
Out[7]=
587038
In[8]:=
FromGenes
[{3445,2394,5299}]
Out[8]=
2010042038950
SeeAlso
RuleGenes
""

© 2025 Wolfram. All rights reserved.

  • Legal & Privacy Policy
  • Contact Us
  • WolframAlpha.com
  • WolframCloud.com