parse_salmon_flenfile | R Documentation |
Parse Salmon fragment length file
parse_salmon_flenfile(
x,
k = 7,
do_plot = FALSE,
retcolors = c("red", "gold", "dodgerblue", "grey"),
probs = c(0.25, 0.75),
...
)
x |
|
k |
|
do_plot |
|
retcolors |
|
... |
additional arguments are passed to |
numeric
vector with summary values:
mean: the weighted mean across the fragment length distribution
median: the position with 50% cumulative density at or below
mode: the position with the highest density
each value in probs
representing percentiles
value representing the weighted mean across the fragment lengths reported, typically values from 1 to 1000.
Other jam nextgen sequence functions:
get_salmon_meta()
,
get_salmon_root()
,
save_salmon_qc_xlsx()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.