scNucleosomeQC | R Documentation |
Quality Control for Nucleosome Signal per Cell
scNucleosomeQC(frags = NULL, n = NULL, verbose = TRUE, ...)
frags |
A Fragment object. If the Fragment object contains "cells" slot, the output will be filtered by "cells" slot. if not, all cells are reported. |
n |
Number of lines to read from the fragment file. If NULL, read all lines. Default: (cellnumber * 5e3) or 4e7. |
verbose |
Display messages, TRUE or FALSE |
... |
Arguments passed to other functions |
Calculate the strength of the nucleosome signal per cell. Computes the ratio of fragments between 147 bp and 294 bp (mononucleosome) to fragments < 147 bp (nucleosome-free)
Returns a dataframe for mononucleosomal, nucleosome_free, nucleosome_signal and nucleosome_percentile of each cell.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.