Description Usage Arguments Value
View source: R/QC.function.only.R
Tomosequencing quality control function
1 2 3 4 5 6 7 8 9 | tomo_quality(
transcripts = example_data$transcripts,
reads = example_data$reads,
umis = example_data$UMIs,
plot_title = "QC plots",
cutoff_spike = 25,
cutoff_genes = 100,
spike_ins = T
)
|
transcripts |
data.frame containing transcript counts, with gene names in the first column |
reads |
data.frame containing read counts, with gene names in the first column |
umis |
data.frame containing UMI counts, with genen names in the first column |
plot_title |
a string to title the QC plot |
cutoff_spike |
a cutoff value for spike-in percentage of total Transcripts (ranges from 0 to 100) |
cutoff_genes |
a cutoff value for minimum unique gene count per slice |
spike_ins |
Controls whether spike-ins were used, and thus if a spike-ins percentage plot should be generated. Default = TRUE |
Provides various QC plots to quickly assess the quality of tomo-seq data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.