Description Usage Arguments Value Examples
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.
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)
 | 
input.dir | 
 Input directory. It should contain three file, including barcode file, feature file, and sparse counts matrix.  | 
The output from Read10X
1  | ## Not run: input_mat <- ReadFrom10X_folder(input.dir = 'my_path_to_folder')
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.