Description Usage Arguments Value Examples
View source: R/scCompartments.R
getATACABsignal
returns estimated A/B compartments from ATAC-seq data.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
obj |
Input SummarizedExperiment object |
res |
Compartment resolution in bp |
parallel |
Whether to run samples in parallel |
chr |
What chromosome to work on (leave as NULL to run on all chromosomes) |
targets |
Samples/cells to shrink towards |
cores |
How many cores to use when running samples in parallel |
bootstrap |
Whether we should perform bootstrapping of inferred compartments |
num.bootstraps |
How many bootstraps to run |
genome |
What genome to work on ("hg19", "hg38", "mm9", "mm10") |
group |
Whether to treat this as a group set of samples |
other |
Another arbitrary genome to compute compartments on |
A RaggedExperiment of inferred compartments
1 2 | data("groupATAC_raw_filtered_chr14", package = "compartmap")
sc_compartments <- scCompartments(filtered.data.chr14, parallel=F, chr="chr14", bootstrap=F, genome="hg19")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.