read_h5: H5 to scRNAs-seq analysis object

Description Usage Arguments Value

View source: R/scIO.R

Description

Read h5 and converted h5 to the scRNA-seq analysis object

Usage

1
read_h5(file, target.object = "seurat", assay.name = "RNA")

Arguments

file

The h5 file

target.object

Denotes which object to load. Defualt is "seurat". Available options are:

  • "seurat": converted the h5 file to "seurat object".

  • "singlecellexperiment": converted the h5 file to "singlecellexperiment object".

  • "monocle": converted the h5 file to "monocle3 object".

assay.name

'assay.name' is used to flag the data type. Defualt is "RNA". Available options are:

  • "RNA": this is the scRNA-seq data.

  • "spatial": this is the spatial data.

Value

The single cell analysis mainstream software


JiekaiLab/RIOH5 documentation built on June 5, 2021, 8:37 a.m.