Description Usage Arguments Details Examples
View source: R/NanoSatelliteR_functions.R
summary_qc() returns (box)plots and suggested cutoff values to filter tandem repeat segmentations based on normalized distance.
1 |
df |
data.frame generated by load_summary() |
This function requires a data frame as generated by load_summary(). summary_qc() will analyze the normalized "flank" and "center" dynamic time warping distance, respectively corresponding to delineation of tandem repeat squiggles from flanking squiggles, and the segmentation of the tandem repeat squiggle. A scatter plot of both distances is shown as well as boxplots for the individual metrics. In addition, cutoff values corresponding to 1.5 times the interquartile range from the 75th percentile are returned.
1 2 | df <- load_summary("/storage/NanoSatellite_chunks/")
qc <- summary_qc(df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.