-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
37 lines (36 loc) · 875 Bytes
/
NAMESPACE
File metadata and controls
37 lines (36 loc) · 875 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Generated by roxygen2: do not edit by hand
export(GenerateInput)
export(GenerateReference)
export(Input_training)
export(PlotConfusion)
export(PlotF1)
export(PlotUMAP)
export(PlotUMAP_fixedwindow)
export(PredictCellType)
export(confidence_score)
export(confidence_score_top95)
export(filter_cell)
export(imputeRowMean)
export(nnls_deconv)
export(smooth_matrix)
import(caret)
import(doParallel)
import(ggplot2)
import(nnls)
import(parallel)
import(uwot)
import(xgboost)
importFrom(FNN,get.knn)
importFrom(caret,confusionMatrix)
importFrom(data.table,fread)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(magrittr,"%>%")
importFrom(stats,prcomp)
importFrom(stats,quantile)
importFrom(stats,setNames)
importFrom(stringr,str_extract)
importFrom(stringr,str_remove)
importFrom(tidyr,spread)
importFrom(utils,read.table)
useDynLib(MethScope, .registration = TRUE)