View source: R/functions_pool.R
strg2sync | R Documentation |
Creates a string with the information for a single SNP. The information is coded as A-count:T-count:C-count:G-count:N-count:deletion-count. Note that we assume that the reference allele is always A and the alternative is always T.
strg2sync(reference, alternative)
reference |
an integer representing the number of reads with the reference allele. |
alternative |
an integer representing the number of reads with the alternative allele. |
a character string coded as A-count:T-count:C-count:G-count:N-count:deletion-count.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.