-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add functional style getters and setters (#55).
Both BiocFrame and Factor classes both implement functional style getters and setters. These methods support either in-place operation or make a new copy of the instance. In addition, one can continue accessing properties directly. Property setters are now in-place operations! All tests, documentation has been updated to the new version of the classes.
- Loading branch information
Showing
3 changed files
with
395 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.