Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 652 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 652 Bytes

3SEQ

Tools to identify recombinant sequences among up to 100.000 sequences based on the 3SEQ program.

To install this R package, please install first the packages 'roxygenize2' 'data.table', and 'big.phylo' from https://github.com/olli0601/big.phylo. Then type on the command line 'R CMD build r3SEQ' and then 'R CMD INSTALL r3SEQ_1.0-0.tar.gz'

Help files and documentation are available once the package is loaded in R with 'require(r3SEQ)': To see how candidate recombinant sequences can be identified, type '?pipeline.recom.run.3seq', To process job output into a data.table format, type '?prog.recom.process.3SEQ.output'.