-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
73 lines (72 loc) · 1.87 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# Generated by roxygen2: do not edit by hand
export(buildSQLDBR)
export(combineInputTables)
export(composite_geo_table)
export(expand_and_tpose)
export(fetch_geo_datasets)
export(fetch_geo_series)
export(getDBTables)
export(interpret_class)
export(loadDataModel)
export(loadModelMasks)
export(parse_gds_coldata)
export(parse_geo_metadata)
export(parse_geo_text_results)
export(parse_gse_metadata)
export(parse_metadata)
export(readInputFile)
export(truncate_by_chars)
import(DBI)
import(GEOquery)
import(RSQLite)
import(dplyr)
import(stringr)
import(tibble)
import(tidyverse)
importFrom(DBI,dbConnect)
importFrom(GEOquery,Columns)
importFrom(GEOquery,Meta)
importFrom(GEOquery,getGEO)
importFrom(RCurl,url.exists)
importFrom(RSQLite,SQLite)
importFrom(data.table,fread)
importFrom(data.table,merge.data.table)
importFrom(dplyr,arrange)
importFrom(dplyr,case_when)
importFrom(dplyr,copy_to)
importFrom(dplyr,cur_group_id)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,group_by_at)
importFrom(dplyr,group_cols)
importFrom(dplyr,group_split)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,mutate_at)
importFrom(dplyr,mutate_if)
importFrom(dplyr,rename)
importFrom(dplyr,rename_all)
importFrom(dplyr,rename_at)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,select_if)
importFrom(dplyr,summarize)
importFrom(dplyr,ungroup)
importFrom(dplyr,vars)
importFrom(magrittr,"%>%")
importFrom(stats,na.omit)
importFrom(stats,setNames)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_match)
importFrom(stringr,str_to_lower)
importFrom(stringr,str_to_upper)
importFrom(tibble,as_tibble)
importFrom(tibble,rownames_to_column)
importFrom(tidyr,as_tibble)
importFrom(tidyr,drop_na)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,separate)
importFrom(tidyr,unnest)