| LoadReference | R Documentation | 
Read in a reference Seurat object and annoy index. This
function can read from a file path. In order to read properly,
there must be the following files:
“ref.Rds” for the downsampled reference Seurat
object (for mapping)
“idx.annoy” for the nearest-neighbor index object
LoadReference(path)
| path | Pathto the two RDS files | 
A list with two entries:
mapThe downsampled reference Seurat
object (for mapping)
plotThe reference Seurat object (for plotting)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.