treeMap.Rd
Tree based mapping
A reference taxonomy anndata object.
A logCPM normalized matrix to be annotated.
The proportion of marker genes to include in each iteration of the mapping algorithm.
The minimum difference in Pearson correlation to the reference cluster mean gene expression between the top-matched cluster and others. If the difference is higher than low.th, the mapping process continues; otherwise, a random branch is chosen.
Number of bootstrapping runs to calculate the membership from (default = 100)
The set of genes to use for tree mapping (default is all marker genes in the tree). Can be (1) a character vector of gene names, (2) a TRUE/FALSE (logical) vector of which genes to include, or (3) a column name in AIT.anndata$var corresponding to a logical vector of variable genes. If anything is provided the set of genes used is the intersection of all marker genes and the gene set here.
Value of the seed for reproducibility
Tree mapping results as a data.frame.