Closed lcolladotor closed 3 years ago
We want to write a new vignette that shows how you can use spatialLIBD using the data from https://support.10xgenomics.com/spatial-gene-expression/datasets. I think that it can start with https://github.com/LieberInstitute/spatialDLPFC/blob/main/analysis/01_build_SPE.R but run a quick clustering algorithm like K-means (maybe using minibatchkmeans). The vignette should include the code from https://github.com/LieberInstitute/spatialDLPFC/blob/main/analysis/03_try_shiny.R as well.
spatialLIBD
minibatchkmeans
With biocthis::use_bioc_vignette() we can start the new Rmd file.
biocthis::use_bioc_vignette()
In the future when https://github.com/HelenaLC/TENxVisiumData is on BioC, the vignette could show how to use it.
This issue depends on #5 and to a lesser extent on #6.
@abspangler13 and/or @bpardo99, do you want to give this a go? (#5 and the paper draft are higher priorities though)
Resolved with version 1.3.12
We want to write a new vignette that shows how you can use
spatialLIBD
using the data from https://support.10xgenomics.com/spatial-gene-expression/datasets. I think that it can start with https://github.com/LieberInstitute/spatialDLPFC/blob/main/analysis/01_build_SPE.R but run a quick clustering algorithm like K-means (maybe usingminibatchkmeans
). The vignette should include the code from https://github.com/LieberInstitute/spatialDLPFC/blob/main/analysis/03_try_shiny.R as well.With
biocthis::use_bioc_vignette()
we can start the new Rmd file.In the future when https://github.com/HelenaLC/TENxVisiumData is on BioC, the vignette could show how to use it.