Description Usage Arguments Details Value Author(s)
Add description here
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
refList |
either a list of GenomicRanges (each element specifies the cluster's peaks) or a list of bam paths (each element specifies the alignment to generate data from) |
cellList |
list of size length(refList) with the number of cells per cluster |
noiseList |
list of size length(refList) with cluster-specific vectors of noise values from each cell |
depthList |
list of size length(refList) with the baseline number of cells per cluster |
relDepthList |
list of size length(refList) with cluster-specific vectors of relative depth values from each cell |
label |
a character with the data label |
path |
a character with the path where the simulated data will be saved |
genome |
a character specifying the target genome |
binSize |
integer with the size of the bin window |
cores |
number of cores for parallel computing |
shuffleProp |
either NULL (default) or the proportion of the genome to be shuffled (only applicable for scChIPseqFromBam) |
shuffleChunks |
size of the chunks that will be swapped across the genome (applicable for scChIPseq data only) |
... |
Arguments to pass to the scChIPseqsim constructor. |
Add details here
Add return here
Pedro L. Baldoni, pedrobaldoni@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.