Context: As we get more annotations and mapping files into the data folder having them sort on 'annotation' or 'mapping' will make them easier to find and sort. Since nested directories are not possible in R packages, we need a different way to organize this folder
[ ] rename files using a 'annotationDATA.csv' or 'mapDATA.csv' pattern
[ ] update all references to these files. Suggest using 'grep -r *.csv' in command line to find ALL references
Context: As we get more annotations and mapping files into the data folder having them sort on 'annotation' or 'mapping' will make them easier to find and sort. Since nested directories are not possible in R packages, we need a different way to organize this folder