rnabioco / clustifyr-web-app

An R Shiny app to help with scRNA-seq benchmarking and analysis with clustifyr
https://raysinensis.shinyapps.io/clustifyr-web-app/
1 stars 2 forks source link

Change reading of files to fread #48

Closed SidhantPuntambekar closed 3 years ago

SidhantPuntambekar commented 3 years ago

Instead of using tools::file_ext to identify type of read function, fread is used to infer what type of file is being read in. Fixes #42 and #15.

raysinensis commented 3 years ago

Might be useful to have an "auto" option