This is a test version of Biostars. For the public version, visit https://www.biostars.org.
R Package For De Novo Assembly

Does anyone know any R package for de novo assembly? Thanks in advance......

r assembly

I think that doesn't exist, also, using R infrastructure wouldn't provide advantages for a developer, because the core code would be C or C++ anyway.

The system() function in R can be used to wrap an assembler command-line. This functionality, combined with an appropriate parser for the output could be used to create an R package that meets your needs.

0 answers

No answers yet.

Log in to answer this question.