View source: R/model_glm_pmol.R
model_glm_pmol | R Documentation |
formerly '2020_model_glm_fmol'. Note that everything in x can be had from a BAM/CRAM with spike contigs named as frag_grp (len_CpGs_GC) in the index and in fact that is what scan_spiked_bam now does.
model_glm_pmol(x, spike, conc = NULL, ...)
x |
data w/frag_grp, id, and read_count; or scan_spiked_bam result |
spike |
spike database, e.g. |
conc |
concentration for each spike (will be referenced if NULL) |
... |
other arguments to pass to |
the model fit for the data
data(spike, package="spiky") data(spike_read_counts, package="spiky") fit1 <- model_glm_pmol(spike_read_counts, spike=spike) data(spike_res) # scan_spiked_bam result fit2 <- model_glm_pmol(spike_res, spike=spike)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.