View source: R/coverage_daggers.R
coverage_daggers | R Documentation |
Transform coverage columns in Rrepest to dagger and double dagger according to the coverage (cvge) column. Default levels are 75 (dagger) and 50 (double dagger). If coverage is above both levels, no symbol is produced (empty). Used with the coverage o option in Rrepest set to TRUE to produce columns with coverage percentages.
coverage_daggers(res_df, one_dagger = 75, two_dagger = 50)
res_df |
(data frame) Rrepest output with columns for coverage (cvge) |
one_dagger |
(numeric) Level at which the coverage is transformed into a dagger. 75 by default. |
two_dagger |
(numeric) Level at which the coverage is transformed into a double dagger. 50 by default |
Dataframe with daggers or double daggers in coverage column
coverage_daggers(talis18_tt3g23o_freq, one_dagger = 95, two_dagger = 90)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.