ReadFrom10X_folder: ReadFrom10X_folder

Description Usage Arguments Value Examples

View source: R/InputData.R

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

1
2
3
4
5
6
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.

Value

The output from Read10X

Examples

1
## Not run: input_mat <- ReadFrom10X_folder(input.dir = 'my_path_to_folder')

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