Jordan Sicherman

Results 16 comments of Jordan Sicherman

To be explicit, I want to do pretty much edit the `http_post` code to do this on the existing handle: ``` handle_setform(handle, OPTION1 = VALUE, OPTION2 = VALUE, ...) ```...

Sure thing. I'll add `handle` to both `http_get` and `http_post` and `form_data` to the latter.

Hey! Sorry, I totally missed this and forgot about this PR. Will have a look at this again next week to see about getting it done and dusted :) PS:...

@AustinHartman would be great to also get a review on this PR. Thanks!

Thanks all! Just resolved a conflict that popped up on this branch. Please let me know if there's anything else I can do to help get this reviewed!

Hi @rsatija @dcollins15, sorry to keep pestering you on this but is there any progress on getting this merged and into a CRAN release? We have quite a few reports...

> Seems `ReadXenium()` from the development version of Seurat is incompatible with newly released Xenium 5K data (https://www.10xgenomics.com/datasets/preview-data-xenium-prime-gene-expression)? Any update on loading new Xenium data? Thank you! @ScienceComputing I just...

Thanks for the thorough review @dcollins15! Will try to put up some fixes on Monday. Should be able to remove the softdepends on `gmp`, `stars` and `jsonlite`, as some things...

@ScienceComputing try re-installing (`devtools::install_github("10XGenomics/seurat@develop", force = TRUE)`) and re-attempting your call. I have updated it to not read the cells.zarr.zip in favor of the cells.csv.gz file, which should naturally resolve...

@YfCem Were any edits made to the contents of `cell_feature_matrix/` in your outs folder? If you do... ``` fread(file.path(path, 'cell_feature_matrix', 'features.tsv.gz'), header = FALSE) ``` You should see cell IDs....