-
Notifications
You must be signed in to change notification settings - Fork 14
/
NAMESPACE
54 lines (53 loc) · 1.71 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
# Generated by roxygen2: do not edit by hand
S3method(collect,tbl_rothfreezer)
S3method(print,src_rothfreezer)
S3method(tbl,src_rothfreezer)
export(parse_filemaker_export)
export(src_rothfreezer)
export(update_antibodies)
export(update_from_googlesheet)
export(update_genes)
export(update_genetic_distances)
export(update_media)
export(update_plasmids)
export(update_plasmids_ZOO)
export(update_plasmids_pWJ)
export(update_primers)
export(update_queries)
export(update_strain_collection_MATa_cispt_384_hb)
export(update_strain_collection_MATa_cispt_384_hb_V2)
export(update_strain_collection_MATa_cispt_96_hb)
export(update_strain_collection_MATa_cispt_96_hb_V2)
export(update_strain_collection_MATa_deletion_384)
export(update_strain_collection_MATa_ts_384_hb)
export(update_strain_collection_MATalpha_CTF4_RAD5_384_hb)
export(update_strain_collection_MATalpha_CTF4_RAD5_96_hb)
export(update_strain_collection_MATalpha_deletion_384_hb)
export(update_strain_collection_MATalpha_deletion_96)
export(update_strain_collection_cispt_sensitive_1)
export(update_strain_collection_info)
export(update_strain_collections)
export(update_strains)
export(update_strains_J)
export(update_strains_R)
export(update_strains_TS)
export(update_strains_U)
export(update_strains_W)
export(update_strains_rec)
export(update_strains_special)
export(update_treatments)
export(view_strain_collection_keys)
import(assertthat)
import(dplyr)
importFrom(RSQLite,SQLite)
importFrom(dbplyr,tbl_sql)
importFrom(easydb,db_build)
importFrom(easydb,db_config)
importFrom(googlesheets4,read_sheet)
importFrom(readr,col_character)
importFrom(readr,cols)
importFrom(readr,cols_only)
importFrom(readr,read_csv)
importFrom(readr,read_tsv)
importFrom(readr,write_csv)
importFrom(rlang,.data)