ReadFrom10X_folder {IRISFGM}R Documentation

ReadFrom10X_folder

Description

This function provide a method for reading in a folder from 10X platform. In this folder, it should contain three files: barcode, matrix, and gene.

Usage

ReadFrom10X_folder(input.dir = NULL)

ReadFrom10X_folder(input.dir = NULL)

## S4 method for signature 'IRISFGM'
ReadFrom10X_folder(input.dir = NULL)

Arguments

input.dir

Input directory. It should contain three file, including barcode file, feature file, and sparse counts matrix.

input

input data

Value

The output from Read10X


[Package IRISFGM version 1.2.0 Index]