You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I am attempting to use the novoSpaRc package in R 3.5.0 using a matrix.mtx file from 10x genomics. However, I am having difficulty setting up the inputs and parameters for gw_assign. i am wondering if there are any sample codes out there (python/R) that could help me out a bit
The text was updated successfully, but these errors were encountered:
Sorry for the late reply. I'm no longer working on predicting gene expression in spatial data. First you should normalize the data whichever way you like. Here allen_use is a dgCMatrix for scRNA-seq data with genes in rows and cells in columns. starmap_use is a dgCMatrix for spatial data with genes in rows and cells in columns. locations is a data frame with columns x, y, and if you wish, z, for locations of cells. Calculate graph-based distance:
If a reference spatial gene expression atlas is provided, then you should also provide Euclidean distances between each cell in the scRNA-seq dataset and each location in gene expression space. For this example, a randomly selected panel of 50 genes present in both the scRNA-seq and the spatial dataset is used.
Hi I am attempting to use the novoSpaRc package in R 3.5.0 using a matrix.mtx file from 10x genomics. However, I am having difficulty setting up the inputs and parameters for gw_assign. i am wondering if there are any sample codes out there (python/R) that could help me out a bit
The text was updated successfully, but these errors were encountered: