powered by
A tool to help identify incorrectly assembled chimeric sequences.
copy_validate(filename, copy_number, read_length, verbose = 1)
A histogram in pdf format showing the relationships between the physical distance between neighboring variable sites and read length.
A DNA alignment in fasta format that contains sequences of two or more gene copies (e.g. results from "copy_assemble").
An integer (e.g. 2,3, or 4) giving the number of gene copies in the input file.
An integer (e.g. 250, or 300) giving the read length of your Next-generation Sequencing data.
Turn on (verbose=1; default) or turn off (verbose=0) the output.
if (FALSE) { copy_validate("inst/extdata/Final_two_copies.fasta",2,300,1) }
Run the code above in your browser using DataLab