RunSoupX | R Documentation |
Run SoupX using Seurat clustering
RunSoupX(
filtered_cellranger_counts_dir,
raw_cellranger_counts_h5,
output_sample_name,
output_dir = NULL,
output_type = "rds"
)
filtered_cellranger_counts_dir |
Path to the filtered cellranger counts directory |
raw_cellranger_counts_h5 |
Path to the raw cellranger counts h5 file |
output_sample_name |
Name of the output file |
output_type |
Type of output file. Either "rds" or "mtx" |
A matrix of corrected counts
## Not run:
RunSoupX(filtered_cellranger_counts_dir = "filtered_cellranger_counts_dir",
raw_cellranger_counts_h5 = "raw_cellranger_counts_h5",
output_sample_name = "output_sample_name",
output_type = "rds")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.