-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
32 lines (31 loc) · 885 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(combine.vcf.slot)
export(download.annovar.db)
export(get.morfee.data)
export(is.annovar.installed)
export(morfee.annotation)
export(parse_GeneDetail.refGene)
export(parse_mutation)
export(vcf.annovar.annotation)
export(vcf_2_ods)
export(vcf_2_xlsx)
import(Biostrings)
import(GenomicRanges)
import(VariantAnnotation)
import(foreach)
importFrom(Biostrings,readDNAStringSet)
importFrom(DelayedArray,rowRanges)
importFrom(R.utils,gunzip)
importFrom(data.table,fread)
importFrom(data.table,fwrite)
importFrom(readODS,write_ods)
importFrom(rtracklayer,readGFF)
importFrom(stats,na.omit)
importFrom(stringi,stri_length)
importFrom(stringr,str_extract)
importFrom(stringr,str_split)
importFrom(stringr,str_split_fixed)
importFrom(stringr,str_trunc)
importFrom(utils,browseURL)
importFrom(utils,download.file)
importFrom(writexl,write_xlsx)