-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
73 lines (72 loc) · 2.08 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(check_delimiter)
export(construct_query)
export(construct_tabix_path)
export(construct_vcf_path)
export(convert)
export(convert_and_query)
export(dt_to_vcf)
export(granges_to_string)
export(index)
export(infer_chrom_type)
export(liftover)
export(query)
export(query_table)
export(query_vcf)
export(read_bgz)
export(run_bgzip)
export(run_gunzip)
export(scanTabix_to_dt)
export(sort_coordinates)
export(vcf_to_dt)
import(BiocGenerics)
importFrom(BiocManager,version)
importFrom(Biostrings,unstrsplit)
importFrom(GenomeInfoDb,mapGenomeBuilds)
importFrom(GenomeInfoDb,seqnames)
importFrom(GenomicRanges,GRanges)
importFrom(GenomicRanges,GRangesList)
importFrom(GenomicRanges,elementMetadata)
importFrom(GenomicRanges,end)
importFrom(GenomicRanges,mcols)
importFrom(GenomicRanges,seqnames)
importFrom(GenomicRanges,start)
importFrom(IRanges,CharacterList)
importFrom(IRanges,IRanges)
importFrom(R.utils,gunzip)
importFrom(R.utils,isCompressedFile)
importFrom(R.utils,isGzipped)
importFrom(Rsamtools,TabixFile)
importFrom(VariantAnnotation,ScanVcfParam)
importFrom(VariantAnnotation,readVcf)
importFrom(VariantAnnotation,writeVcf)
importFrom(data.table,":=")
importFrom(data.table,as.data.table)
importFrom(data.table,copy)
importFrom(data.table,data.table)
importFrom(data.table,fread)
importFrom(data.table,fwrite)
importFrom(data.table,setnames)
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,distinct)
importFrom(echoconda,cmd_print)
importFrom(echoconda,find_packages)
importFrom(echoconda,yaml_to_env)
importFrom(echodata,dt_to_granges)
importFrom(echodata,get_header)
importFrom(echodata,is_local)
importFrom(echodata,mungesumstats_to_echolocatoR)
importFrom(echodata,set_permissions)
importFrom(methods,is)
importFrom(rtracklayer,end)
importFrom(rtracklayer,import)
importFrom(rtracklayer,import.chain)
importFrom(rtracklayer,liftOver)
importFrom(rtracklayer,strand)
importFrom(rtracklayer,width)
importFrom(tools,R_user_dir)
importFrom(utils,capture.output)
importFrom(utils,download.file)
importFrom(utils,getFromNamespace)
importFrom(utils,packageVersion)