View source: R/coaccessibility.R
runCicero | R Documentation |
This function is a wrapper for several cicero commands
runCicero(
cds,
genome = NULL,
k = 30,
win = 5e+05,
sample_num = 100,
silent = TRUE
)
cds |
cicero object. Required. |
genome |
path to genome file. See 'inst/extdata/genome' for an example. Required. |
k |
numeric. Number of nearest neighbors for binning cells. See cicero for more details. Defaults to 30. |
win |
numeric. Window size for constraining co-accessible ACRs. Defaults to 500000. |
sample_num |
numeric. Number of random windows to sample for determining distance_parameter during 'run_cicero'. See cicero for more details. |
silent |
logical. Defaults to TRUE. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.