read10X_h5 | R Documentation |
Import data directly from 10X Genomics output, usually using filtered gene matrices which contains h5 file. The user only need to input the directory into "data.path". If not the original 10X Genomics output, the user can use 'readsc' function.
read10X_h5(file.path, is.filter = TRUE)
file.path |
The path of the filtered 10X Genomics output (h5 file). |
is.filter |
Remove not expressed genes. |
RISC single cell dataset, including count, coldata, and rowdata.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.