View source: R/genotypeRegions.R
countProb | R Documentation |
Exports most likely strand state (WW, CC or WC) based on counts of plus and minus reads and allowed level of background 'alpha'.
countProb(minusCounts, plusCounts, alpha = 0.1, log = FALSE)
minusCounts |
Minus (Watson) read counts aligned to PacBio reads. |
plusCounts |
Plus (Crick) read counts aligned to PacBio reads. |
alpha |
Estimated level of background in Strand-seq reads. |
A matrix
of binomial probabilities for a given counts of plus and minus reads for a single cell. (rows=reads/genomic segments, cols=strand states)
David Porubsky, Maryam Ghareghani
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.