Description Usage Arguments Value Examples
View source: R/DECODER_function.R
This function is used to select highly variable anchors from scATAC-seq reference
1 | select.variable(celltype.ref, ths = 0.05)
|
celltype.ref |
scATAC-seq reference |
ths |
threshold for choosing loci whose differences are higher than ths% of total differences as variable anchors. Default=0.05. |
variable.idx |
the index of highly variable loci |
1 2 3 4 | ## Not run:
variable.idx<-select.variable(celltype.ref,ths=0.05)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.