Description Usage Arguments Value Author(s) Examples
View source: R/normalize_codex2_ns_noK.R
Assuming that all reads are from diploid regions, fit a Poisson generalized linear model to normalize the raw read depth data from single-cell DNA sequencing, without latent factors under the case-control setting.
1 | normalize_codex2_ns_noK(Y_qc, gc_qc, norm_index)
|
Y_qc |
read depth matrix after quality control |
gc_qc |
vector of GC content for each bin after quality control |
norm_index |
indices of normal/diploid cells |
A list with components
Yhat |
A list of normalized read depth matrix |
fGC.hat |
A list of estimated GC content bias matrix |
beta.hat |
A list of estimated bin-specific bias vector |
N |
A vector of cell-specific library size factor, which is computed from the genome-wide read depth data |
Rujin Wang rujin@email.unc.edu
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.