createCARDfreeObject | R Documentation |
Create the CARD object
createCARDfreeObject(
markerList,
spatial_count,
spatial_location,
minCountGene = 100,
minCountSpot = 5
)
markerList |
a list of marker genes, with each element of the list being the vector of cell type specific marker genes |
spatial_count |
Raw spatial resolved transcriptomics data, each column is a spatial location, and each row is a gene. |
spatial_location |
data frame, with two columns representing the x and y coordinates of the spatial location. The rownames of this data frame should match eaxctly with the columns of the spatial_count. |
minCountGene |
Minimum counts for each gene |
minCountSpot |
Minimum counts for each spatial location |
Returns CARDfree object with filtered spatial count and marker gene list.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.