mgi.report.reader 0.1.3
CRAN release: 2024-07-07
- Added
marker_type_definitionsdata set. - Renamed
update_marker_symbol()tosymbol_to_symbol(). - Renamed
convert_to_marker_id()tosymbol_to_identifier(). -
symbol_to_symbol()andsymbol_to_identifier()use data table backend with keyed column for improved look-up performance. - Mappings from symbols to symbols/identifiers is backed up by memoised functions making interactive experience a bit nicer.
- Added bundled tiny examples of MRK_List1.rpt, accessible with
report_example(), for examples and unit tests. - Renamed
open_marker_in_mgi()toopen_marker_id_in_mgi(), and addedopen_marker_symbol_in_mgi().
mgi.report.reader 0.1.2
CRAN release: 2024-07-05
- Fix a bug in
create_symbol_mapping()andcreate_id_mapping()regarding the removal of rows that appear more than once, but that are effectively the same mapping.
mgi.report.reader 0.1.1
- Fix a bug in
create_symbol_mapping()andcreate_id_mapping()regarding the removal of rows that appear more than once, i.e. rows that correspond to unresolvable mappings.
mgi.report.reader 0.1.0
- Extensive documentation for supported MGI reports.
- More flexible interface for
read_report(). - Report data is now accompanied by attributes providing report last modification date and source:
report_last_modified()andreport_source(). - Marker crosswalks from old symbols:
update_marker_symbol()andconvert_to_marker_id(). - New helper to quickly browse information about an MGI marker:
open_marker_in_mgi().