Description Usage Arguments Details Value See Also
binarize & TF-IDF SCE, then call boundaries requires a genome for the SCE or it will fail requires coordinates for the SCE or it will fail don't run this on thousands of cells ungrouped
1 2 3 4 5 6 7 8 9 10 |
x |
something that inherits from RangedSummarizedExperiment |
asy |
assay to feed compartmap ("counts"; see Details) |
chr |
what chromosome to work on ("chr3") |
res |
resolution for compartmap bins, in base pairs (1e5) |
boot |
how many bootstraps to run for compartmap (10) |
minct |
minimum number of counts to consider "nonzero" (see Details) |
mincl |
minimum number of cells to consider "nonzero" (see Details) |
... |
parameters to feed to getATACABsignal (e.g. group, cores, etc) |
The value "ratio" for asy
means "unspliced / spliced" and is computed on
the fly, for the purpose of identifying "unstable" regions of chromatin. It
is not (repeat, NOT) ready for prime time, not least due to TF-IDF vs. LSI.
That said, the value of min
(which defaults to 1) plays an important role
in determining which transcripts to consider: any transcript that does not
have at least minct
counts unspliced in at least mincl
cells will not
be considered in the resulting downstream analyses (which are subsetted to
"nonzero" regions of chromatin for conformational modeling purposes).
1 | AB signal
|
1 | compartmap::getATACABsignal
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.