Skip to content

Commit

Permalink
Update inst/rmd/qc_report.rmd
Browse files Browse the repository at this point in the history
Co-authored-by: Ally Hawkins <[email protected]>
  • Loading branch information
jashapiro and allyhawkins authored Oct 4, 2021
1 parent 509af71 commit cee0c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/rmd/qc_report.rmd
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ if(skip_miQC){
filtered_sce$prob_compromised <- NULL
miQC::plotModel(filtered_sce, model = metadata(filtered_sce)$miQC_model) +
coord_cartesian(ylim = c(0,100)) +
labs(x = "Number of genes expressed",
labs(x = "Number of genes detected",
y = "Percent reads mitochondrial") +
theme(plot.margin = margin(rep(20, 4)),
legend.position = c(1, 1),
Expand Down

0 comments on commit cee0c9a

Please sign in to comment.