ReadFrom10X_h5: ReadFrom10X_h5

Description Usage Arguments Value Examples

View source: R/InputData.R

Description

This function provide a method for reading in HDF5 file from 10X platform.

Usage

1
2
3
4
5
6
ReadFrom10X_h5(input = NULL, use.names = TRUE, unique.features = TRUE)

ReadFrom10X_h5(input = NULL, use.names = TRUE, unique.features = TRUE)

## S4 method for signature 'IRISFGM'
ReadFrom10X_h5(input = NULL, use.names = TRUE, unique.features = TRUE)

Arguments

input

Input an HDF5 object

use.names

Use barcode, default is true

unique.features

use gene name, default is true

Value

The output from Read10X_h5

It will return a gene expression matrix.

Examples

1
## Not run: input_mat <- ReadFrom10X_h5(input= 'my.h5')

carter-allen/IRISFGM documentation built on Dec. 31, 2020, 9:54 p.m.