View source: R/Seurat.utils.less.used.R View source: R/Seurat.utils.less.used.R
Convert10Xfolders.old | R Documentation |
This function takes a parent directory with a number of subfolders, each containing the standard output of 10X Cell Ranger. It (1) loads the filtered data matrices, (2) converts them to Seurat objects, and (3) saves them as .RDS files.
Convert10Xfolders.old(
InputDir,
folderPattern = c("filtered", "SoupX_decont")[1],
min.cells = 10,
min.features = 200,
updateHGNC = TRUE,
ShowStats = TRUE
)
InputDir |
A character string specifying the input directory. |
folderPattern |
A character vector specifying the pattern of folder names to be searched. Default: 'filtered'. |
min.cells |
An integer value specifying the minimum number of cells. Default: 10. |
min.features |
An integer value specifying the minimum number of features. Default: 200. |
updateHGNC |
A logical value indicating whether to update the HGNC. Default: |
ShowStats |
A logical value indicating whether to show statistics. Default: |
## Not run:
if (interactive()) {
Convert10Xfolders.old(InputDir = InputDir)
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.