Description Usage Arguments Examples
View source: R/NanoSatelliteR_functions.R
Returns a data.frame containing sequencing reads with a "flank" and/or "center" normalized dynamic time warping distance smaller or equal to a user specified cutoff value.
1 | qual_reads(df, center_cutoff = 1, flank_cutoff = 1)
|
df |
A data.frame, generated by load_summary() |
center_cutoff |
A numeric value [0-1] corresponding to the maximum center normalized dynamic time warping distance |
flank_cutoff |
A numeric value [0-1] corresponding to the maximum flank normalized dynamic time warping distance |
1 2 3 | df <- load_summary("/storage/NanoSatellite_chunks/")
qc <- summary_qc(df)
df2 <- qual_reads(df,qc$center_cutoff)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.