morinlab / GAMBLR

Set of standardized functions to operate with genomic data
https://morinlab.github.io/GAMBLR/
MIT License
3 stars 2 forks source link

Kdreval fixes #238

Closed Kdreval closed 10 months ago

Kdreval commented 1 year ago

This PR adds an option for the user to choose engine (read_tsv or grep) to the get_gene_expression functionality. It was found that on the GSC the grep takes 10 min to execute, while read_tsv is 40% faster (6 min). While there is a difference in speed, there is also RAM consideration to take into account, so therefore a new argument engine was added to allow user to choose different options.

Kdreval commented 10 months ago

This is transferred to PR in GAMBLR.results (#21)