morinlab / GAMBLR

Set of standardized functions to operate with genomic data
https://morinlab.github.io/GAMBLR/
MIT License
3 stars 2 forks source link

Separate the R scripts into one file/function #231

Closed Kdreval closed 11 months ago

Kdreval commented 1 year ago

The source code in R folder contains several R files that are collection of different functions. With the growing code base it proves inefficient to have large files where it is difficult at times to find the right place to do a function update or troubleshoot. Instead, each function should become it's own R file with naming consistent with function name and the "parental" large files should be deleted. Here is an example of the new set up for the annotations functions.

No code changes are necessary, just breaking down the large files into smaller chunks