Description Usage Arguments Details Value
View source: R/utils_enrichment.R
For a given gene, confidence intervals of read counts are calculated for each position.
1 2 3 4 5 6 7 8 9 10 11 |
data |
A |
gene |
Name of the gene/ORF. |
samples |
Sample name. If missing, all samples will be used. |
exp |
Experiment name(s). If missing, all experiments will be used. |
rep |
Replicate name(s). If missing, all replicates will be used. |
bin |
Binning to use. If missing, will be automatically determined. |
window_size |
Neighborhood size in nucleotides. Will be automatically converted to codons if binning by codons. |
conf.level |
Confidence level. |
ignore_genecol |
If |
At each position within the gene, read counts within a window_size
-wide neighborhood are summed up
and used for CI calculation. A confidence interval is calculated using pois_ci
.
A tibble with the following columns:
Experiment name.
Replicate name.
Sample name.
Center of the neighborhood for which the CI was calculated.
Raw counts at position winmid
.
RPM at position winmid
.
Total read counts within the neighborhood centered at winmid
.
Total RPM within the neighborhood centered at winmid
.
Estimated counts.
Estimated RPM.
Lower confidence bound for raw counts.
Upper confidence bound for raw counts.
Lower confidence bound for RPM.
Upper confidence bound for RPM.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.