Skip to content

Commit

Permalink
Update mapping.md
Browse files Browse the repository at this point in the history
  • Loading branch information
UCDNJJ authored Mar 13, 2023
1 parent 6534918 commit 3895fb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/mapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ for(taxonomy in taxonomies){
## Map! Returns a data.frame with mapping results.
mapping.anno[[taxonomy]] = taxonomy_mapping(AIT.anndata=AIT.anndata,
query.data=query.data,
label.cols="cluster_label",
label.cols="cluster_label", ## Which obs in AIT.anndata contain annotations to map. E.g. "class", "subclass", etc.
corr.map=TRUE,
tree.map=TRUE,
seurat.map=TRUE)
}
```
```

0 comments on commit 3895fb2

Please sign in to comment.