Description Usage Arguments Value Examples
Calculates GC content percentage for each read in the dataset.
1 | GC_content(infile, output_file = NA)
|
infile |
the object that is the path to the FASTQ file |
output_file |
File to write results to. Default NA. |
Data frame with read ID and GC content of each read.
1 2 3 | infile <- system.file("extdata", "10^5_reads_test.fq.gz",
package = "qckitfastq")
head(GC_content(infile))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.