- Renamed concat_gctoo.py to concat.py, slice_gct.py to subset.py, and slice_gctoo.py to subset_gctoo.py for consistent file naming
- Added tests for gctx2gct and gctx2gct
- Removed use of mocking in testing by having main() quickly call another main method (e.g. slice_main or concat_main)
- Added methods for fast correlation and/or covariance calculations (fast_cor, fast_cov)
- Tutorial updates