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`
GeneSplice
​
GeneSplice
[geneFrom,kFrom,rFrom,geneTo,kTo,rTo]
it splices the
geneFrom
into the
geneTo
with the corresponding
kFrom
,
rFrom
,
kTo
and
rTo
.
​
Details and Options

Examples  
(1)
Basic Examples  
(1)
▪
Take gene 5 in the ECA and 'splice' it in gene 0 of the Identity Rule in rule space with k=3 and r=1.
In[1]:=
GeneExpand
[5]​​
GeneExpand

GeneSplice
5,2,1,
RuleGenes

IdentityRule
[3,1],3,11,3,1,3,1
Out[1]=
{0,1,0,1}
Out[1]=
{0,0,0,0,0,1,0,0,1}
▪
Take gene 9 in the ECA and 'splice' it in gene 0 of the Identity Rule in rule space with k=4 and r=1.
In[2]:=
GeneExpand
[9]​​
GeneExpand

GeneSplice
9,2,1,
RuleGenes

IdentityRule
[4,1],4,11,4,1,4,1
Out[2]=
{1,0,0,1}
Out[2]=
{0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1}
SeeAlso
RuleSplice
""

© 2025 Wolfram. All rights reserved.

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