Genentech / FacileDataSet

A fluent API for accessing multi-assay high-throughput genomics data.
MIT License
4 stars 0 forks source link

Gs 333 fix error in facile analysis package #28

Closed zmar closed 5 years ago

zmar commented 5 years ago

The @export line was added to fetch_assay_data_tbl.FacileDataSet in order to fix error thrown by FacileExplorer::faceted_survival_analysis() in test-survival.R:322 (FacileExplorer - branch feature/read_from_ep). 'fetch_assay_data_tbl' method for FacileDataSet was not recognised by FacileExplorer::faceted_survival_analysis().

In addiction some minor fixes to FacileDataSet tests were added and the package documentation was updated.