Description Usage Arguments Value Author(s) Examples
Compute nucleotide content per position for a single base pair. Wrapper function around seqTools.
1 | read_base_content(fseq, content)
|
fseq |
a seqTools::fastqq object |
content |
nucleotide. Options are "A","T","G","C","N"(either capital or lower case) |
Nucleotide sequence content per position.
Wenyue Xing, wenyue_xing@brown.edu, August Guang august_guang@brown.edu
1 2 3 | infile <- system.file("extdata", "10^5_reads_test.fq.gz", package = "qckitfastq")
fseq <- seqTools::fastqq(infile,k=6)
read_base_content(fseq,"A")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.