View source: R/SnapATACUtils.R
queryEmbedding | R Documentation |
SnapATAC query embedding.
queryEmbedding( snapLandmark = NULL, snapLandmarkFile = NULL, snapQuery = NULL, snapQueryFile = NULL, binSize = 5000, outFile = NULL, chunkSize = 20000, removeBmat = TRUE, removeJmat = TRUE )
snapLandmark |
snap object of SnapATAC, default NULL |
snapQuery |
snap object of SnapATAC, default NULL |
snapQueryFile |
characters name of the snap File to load, default NULL |
binSize |
integer dim of bmat, default 5,000 |
outFile |
characters to which we write snap with embedding, default NULL |
chunkSize |
integer default 20,000 |
removeBmat |
bool default FALSE |
removeJmat |
bool default FALSE |
snaplandmarkFile |
characters name of the snap File to load, default NULL |
SnapObject
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.