powered by
Separates two or more gene copies from a single subset of short reads.
copy_detect(filename, copy_number, verbose = 1)
A fasta alignment of the anticipated number of gene copies.
A fasta file contains short reads from a single subset generated by "subset_downsize".
An integer (e.g. 2,3, or 4) giving the anticipated number of gene copies in the input file.
Turn on (verbose=1; default) or turn off (verbose=0) the output.
if (FALSE) { copy_detect("inst/extdata/toysubset.fasta",2,1) }
Run the code above in your browser using DataLab