Description Usage Arguments Value Examples
Calculate GC nucleotide sequence content per read of the FASTQ gzipped file
1 | gc_per_read(infile)
|
infile |
A string giving the path for the fastqfile |
GC content perncentage per read
1 2 | infile <- system.file("extdata", "10^5_reads_test.fq.gz", package = "qckitfastq")
gc_per_read(infile)[1:10]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.