Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Produce a frequency chaos game representation image from a string of nucleotides
ResourceFunction["FCGRImage"][str] gives the frequency chaos game representation (FCGR) image of a DNA nucleotide sequence str comprised of the characters "A","T","G" and "C". | |
ResourceFunction["FCGRImage"][str,k] gives the FCGR image at resolution 2k. | |
ResourceFunction["FCGRImage"][str,k, bases] gives the FCGR image using a square with corners given by bases, beginning at the lower right and proceeding counterclockwise. |
Create a "random" FCGR image using a pseudorandom string of nucleotides:
| In[1]:= | ![]() |
| Out[3]= | ![]() |
Show simple images using sequences of the same nucleotide repeated three times:
| In[4]:= |
| Out[4]= | ![]() |
The off-center asymmetry seen above is perhaps more apparent when we use sequences of length four:
| In[5]:= | ![]() |
| Out[5]= | ![]() |
The asymmetry can be removed using the option setting "Centered"→True:
| In[6]:= | ![]() |
| Out[6]= | ![]() |
Select a human gene from the Wolfram Language curated data:
| In[7]:= |
Show the Chaos Game Representation image for this gene:
| In[8]:= |
| Out[8]= | ![]() |
Show this gene at higher levels of pixelation:
| In[9]:= |
| Out[9]= | ![]() |
One may observe a fractal nature to these, with similarities appearing as the resolution level is increased:
| In[10]:= |
| Out[10]= | ![]() |
Select a human gene from the Wolfram Language curated data:
| In[11]:= |
Compute the image with respect to a square having the purines positioned at the bottom vertices and the pyrimidines at the top:
| In[12]:= |
| Out[12]= | ![]() |
Reverse the order of the purines from the default ordering:
| In[13]:= |
| Out[13]= | ![]() |
Wolfram Language 11.3 (March 2018) or above
This work is licensed under a Creative Commons Attribution 4.0 International License