Entering edit mode
18 months ago
Nitin
•
0
Hello,
I am using OSCA for the first time to run the scRNA Analyis and all my data files are in the matrix.h5 file format.
I am not sure how to open the .h5 files. Please help.
I tried the following, by replacing the path to my .h5 file.
library(zellkonverter)
demo <- system.file("extdata", "krumsiek11.h5ad", package = "zellkonverter")
sce <- readH5AD(demo)
sce