CreateConvolutionTable {grandR} | R Documentation |
Create Convolution Table from a Seurat object
Description
Create Convolution Table from a Seurat object
Usage
CreateConvolutionTable(data, n.neighbors = 20)
Arguments
data |
a Seurat object |
n.neighbors |
the number of neighbors to be convoluted |
Details
This function returns a table which can be used as input for GRAND3. Note that a data set contatining multiple time points should be split before convolution.
Value
a table with two columns "Cell" and "Pseudobulk"
[Package grandR version 0.2.5 Index]