Skip to content

Commit

Permalink
fix vignette side panel
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel-marsh committed Nov 15, 2023
1 parent 50904c8 commit 5f0faa9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions vignettes/articles/QC_Plots.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ hca_bm <- UpdateSeuratObject(hca_bm)
accepted_names <- Add_Mito_Ribo_Seurat(list_species_names = TRUE)
```

# Adding QC Metrics
## Adding QC Metrics
This is the starting point of nearly every single cell analysis and scCustomize contains a number of helper functions to make the process fast and easy.

## Add Mitochondrial and Ribosomal Gene Percentages
scCustomize contains easy wrapper function to automatically add both Mitochondrial and Ribosomal count percentages to meta.data slot. If you are using mouse, human, rat, zebrafish, drosophila, marmoset, or macaque data all you need to do is specify the `species` parameter.
Expand Down Expand Up @@ -165,7 +166,7 @@ hca_bm <- Add_Cell_QC_Metrics(seurat_object = hca_bm, species = "human", add_mit



# Plotting QC Metrics
## Plotting QC Metrics
scCustomize has a number of quick QC plotting options for ease of use.
*NOTE: Most scCustomize plotting functions contain `...` parameter to allow user to supply any of the parameters for the original Seurat function that is being used under the hood.*

Expand Down

0 comments on commit 5f0faa9

Please sign in to comment.