clean_data | R Documentation |
Clean data to remove genes only expressed in a few cells and donors with very few cells. Generally, this should be done through calling the form_tensor() wrapper function.
clean_data(container, donor_min_cells = 5)
container |
environment Project container that stores sub-containers for each cell type as well as results and plots from all analyses |
donor_min_cells |
numeric Minimum threshold for number of cells per donor (default=5) |
The project container with cleaned counts matrices in each container$scMinimal_ctype$<ctype>$count_data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.