nf-osi / nfportalutils

Utilities for NF Portal project and data management
https://nf-osi.github.io/nfportalutils/
MIT License
2 stars 2 forks source link

QoL: change this to reuse functions from datasets.R #141

Closed allaway closed 10 months ago

allaway commented 10 months ago

Instead of calling the synapse$Dataset(), this could be refactored to use the parameters/functions that are in datasets.R: https://github.com/nf-osi/nfportalutils/blob/e116852e1c33af7ef20688ee4eb596b988b15e91/R/access_utils.R#L156

(I think when I wrote this function datasets.R did not yet exist).