create.SpaCET.object.10X | R Documentation |
Read an ST dataset to create an SpaCET object.
create.SpaCET.object.10X(visiumPath)
visiumPath |
Path to the Space Ranger output folder. See ‘details’ for more information. |
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.
An SpaCET object.
visiumPath <- file.path(system.file(package = "SpaCET"), "extdata/Visium_BC")
SpaCET_obj <- create.SpaCET.object.10X(visiumPath = visiumPath)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.