ReadFrom10X_h5 {IRISFGM}R Documentation

ReadFrom10X_h5

Description

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

Usage

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.


[Package IRISFGM version 1.0.0 Index]