I wrote a function to read in the quantification output of alevin-fry USA mode and return a SingleCellExperiment object.
I have tested the function using tests/testthat/test_loadFry.R on a dummy example I created under inst/extdata/alevin/test_loadFry folder. Note that as rjson::fromJSON always returns me an error when reading the meta_info.json JSON file, I added jsonlite package as a dependency. Hope this will not bother you too much.
Moreover, I found a little typo (an extra comma) in vignettes/swish.Rmd, and I have fixed that, hope it helps
Hi Mike,
I wrote a function to read in the quantification output of alevin-fry USA mode and return a
SingleCellExperiment
object.I have tested the function using
tests/testthat/test_loadFry.R
on a dummy example I created underinst/extdata/alevin/test_loadFry
folder. Note that asrjson::fromJSON
always returns me an error when reading themeta_info.json
JSON file, I addedjsonlite
package as a dependency. Hope this will not bother you too much.Moreover, I found a little typo (an extra comma) in
vignettes/swish.Rmd
, and I have fixed that, hope it helps