Description Usage Arguments Value Author(s) Examples
View source: R/per_base_quality.R
Compute the mean, median, and percentiles of quality score per base. This is returned as a data frame.
1 | per_base_quality(infile, output_file = NA)
|
infile |
Path to a gzippped FASTQ file |
output_file |
File to write results in CSV format to. Default NA. |
A dataframe of the mean, median and quantiles of the FASTQ file
Wenyue Xing, wenyue_xing@brown.edu
August Guang, august_guang@brown.edu
1 2 | per_base_quality(system.file("extdata", "10^5_reads_test.fq.gz",
package = "qckitfastq"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.