-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
39 lines (38 loc) · 1.04 KB
/
NAMESPACE
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
38
39
# Generated by roxygen2: do not edit by hand
export(convert_cibersortx_output)
export(create_signature_matrix)
export(deconvolute)
export(deconvolute_cibersortx)
export(handle_duplicate_genes)
export(handle_gene_groups)
export(handle_missing_values)
export(handle_scaling)
export(update_gene_symbols)
import(dplyr)
import(rlang)
import(tibble)
importFrom(HGNChelper,checkGeneSymbols)
importFrom(MsCoreUtils,impute_matrix)
importFrom(dplyr,across)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,slice_max)
importFrom(dplyr,summarise_all)
importFrom(dplyr,ungroup)
importFrom(glue,glue)
importFrom(immunedeconv,deconvolute)
importFrom(readr,read_tsv)
importFrom(readr,write_tsv)
importFrom(stats,median)
importFrom(tibble,as_tibble)
importFrom(tibble,column_to_rownames)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(withr,with_tempdir)