Convert sCCIgen output to a Seurat object
Usage
sCCIgen_to_Seurat(counts_file, metadata_file)
Arguments
- counts_file
path to .tsv file with gene x cell counts matrix.
- metadata_file
path to .tsv file with metadata. The file should
contain the following columns: Cell, annotation, x.loc, y.loc, and region.
Examples
if (FALSE) { # \dontrun{
seurat_object <- sCCIgen_to_Seurat("counts_file.tsv", "metadata_file.tsv")
} # }