Description Usage Arguments Value Examples
View source: R/bootstrapCompartments.R
Non-parametric bootstrapping of compartments and summarization of bootstraps/compute confidence intervals
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
obj |
List object of computed compartments for a sample with 'pc' and 'gr' as elements |
original.obj |
The original, full input SummarizedExperiment of all samples/cells |
bootstrap.samples |
How many bootstraps to run |
chr |
Which chromosome to operate on |
assay |
What sort of assay are we working on |
parallel |
Whether to run the bootstrapping in parallel |
cores |
How many cores to use for parallel processing |
targets |
Targets to shrink towards |
res |
The compartment resolution |
genome |
What genome are we working on |
q |
What sort of confidence intervals are we computing (e.g. 0.95 for 95 percentCI) |
svd |
The original compartment calls as a GRanges object |
group |
Whether this is for group-level inference |
bootstrap.means |
Pre-computed bootstrap means matrix |
Compartment estimates with summarized bootstraps and confidence intervals
1 2 |
# this needs a good example
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.