Description Usage Arguments Value
View source: R/kde_classifier.R
Train classifier with TrainKDE
1 2 3 4 5 6 7 | TrainClassifier(
tr.data,
cells.quality,
umi.counts = NULL,
trim.low.quality.rate = 1.5,
prior.probs = c(0.5, 0.5)
)
|
tr.data |
training data for classification |
cells.quality |
vector of cell barcodes, named with cells.quality ("High", "Low") |
umi.counts |
vector with the number of UMIs per cell (default=NULL) |
trim.low.quality.rate |
numeric Value at which to filter low quality values (default=1.5) |
prior.probs |
Prior probabilities or weights of classes (default=c(0.5, 0.5)) |
Trained KDE classifier
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.