corrMap.Rd
Correlation based mapping
corrMap(
AIT.anndata,
query.data,
genes.to.use = NULL,
normalize.if.needed = TRUE
)
A reference taxonomy anndata object.
A logCPM normalized matrix to be annotated.
The set of genes to use for correlation calculation and/or Seurat integration (default is the highly_variable_genes associated with the current mode). 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.
Should query.data be automatically log-normalized if it contains exceedingly large values (>30). Default = TRUE.
Correlation mapping results as a data.frame.