cnobles / iGUIDE

Bioinformatic pipeline for identifying dsDNA breaks by marker based incorporation, such as breaks induced by designer nucleases like Cas9.
https://iguide.readthedocs.io/en/latest/
GNU General Public License v3.0
20 stars 9 forks source link

Develop R-package from iguide_support.R #55

Closed cnobles closed 5 years ago

cnobles commented 5 years ago

iguide_support.R is a supporting script with many functions that help in the processing step of the analysis. These are semi-formatted for a package, and additionally other functions from scripts could be pulled into the package.

This should have its own unit tests written around the use of the functions and have sufficient documentation to understand use.

cnobles commented 5 years ago

This enhancement has been implemented in #56.