About


QuadrplexER provides a work flow for quickly analyzing quadruplexes. The process is designed to be completed in less than 5 minutes and in two steps. The process requires a basic knowledge of the command line. To complete an analysis begin by downloading the python program. Place the script in the same directory as the genome you wish to analyze and as the general feature format file you wish to associate with the genome. To contextualize the example assume we have a genome under the file name genome.fa. Assume we have a general feature format file for the genome named genes.gff. To run the analysis issue the following command: python genome.fa genes.gff . The program will create a new file in the directory of the python script. The file will be names output.txt. This file contains the raw data around the analysis from your genome. To visualize and make sense of this output download the excel spread sheet. Copy all of the content above the "GFF File" line into the highlighted quadruplex box on the excel spread sheet. Then copy all of the content below the "GFF File" line into the highlighted gff box in the excel spread sheet. To the left of these boxes are the resulting analysis from the program. In these two step you have successfully completed the analysis of your genome. Congratulations!