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