plotTheSoup | R Documentation |
Plot stats about the ambient RNA content in a 10X experiment.
plotTheSoup(
CellRanger_outs_Dir = "~/Data/114593/114593",
library_name = basename(gsub("/outs", "", CellRanger_outs_Dir)),
out_dir_prefix = "SoupStatistics",
add_custom_class = FALSE,
pattern_custom = "\\.RabV$",
ls.Alpha = 1
)
CellRanger_outs_Dir |
CellRanger 'outs' (output) directory, Default: '~/Data/114593/114593' |
library_name |
Aka SampleName (the folder above 'outs;). |
out_dir_prefix |
Prefix for the output directory. Default: 'SoupStatistics' |
add_custom_class |
Add a custom class of genes, matched by apattern in gene symbol. Default: |
pattern_custom |
The pattern to match in gene symbol. Default: |
ls.Alpha |
The alpha value for the label text. Default: 0.5. |
colSums
rownames
geom_label_repel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.