create.SpaCET.object.10X: Create an SpaCET object from 10X Visium

View source: R/utilities.R

create.SpaCET.object.10XR Documentation

Create an SpaCET object from 10X Visium

Description

Read an ST dataset to create an SpaCET object.

Usage

create.SpaCET.object.10X(visiumPath)

Arguments

visiumPath

Path to the Space Ranger output folder. See ‘details’ for more information.

Details

If users are analyzing an ST data set from 10X Visium platform, they only need to input "visiumPath". Please make sure that "visiumPath" points to the standard output folder of 10X Space Ranger, which have both 'filtered_feature_bc_matrix' and 'spatial' folders.

The "filtered_feature_bc_matrix" folder includes
"barcodes.tsv.gz": spot level barcodes;
"features.tsv.gz": list of genes;
"matrix.mtx.gz": (sparse) matrix of counts.

The "spatial" folder includes
“tissue_positions_list.csv” : barcodes and spatial information;
“tissue_lowres_image.png” : hematoxylin and eosin (H&E) image;
“scalefactors_json.json” : scaling factors for adjusting the coordinates.

Value

An SpaCET object.

Examples

visiumPath <- file.path(system.file(package = "SpaCET"), "extdata/Visium_BC")
SpaCET_obj <- create.SpaCET.object.10X(visiumPath = visiumPath)


data2intelligence/SpaCE documentation built on April 6, 2024, 2:32 a.m.