forked from CicciaLab/iSTOP
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
46 lines (45 loc) · 1.18 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
# Generated by roxygen2: do not edit by hand
export(CDS)
export(CDS_Athaliana_BioMart_plantsmart28)
export(CDS_Celegans_UCSC_ce11)
export(CDS_Dmelanogaster_UCSC_dm6)
export(CDS_Drerio_UCSC_danRer10)
export(CDS_Hsapiens_UCSC_hg38)
export(CDS_Mmusculus_UCSC_mm10)
export(CDS_Rnorvegicus_UCSC_rn6)
export(CDS_Scerevisiae_UCSC_sacCer3)
export(CDS_example)
export(PAM_pattern)
export(PAM_patterns_default)
export(PAM_spacing)
export(add_RFLP)
export(has)
export(locate_PAM)
export(locate_codons)
export(plot_spliced_isoforms)
export(search_off_target)
import(assertthat)
import(dplyr)
import(readr)
import(stringr)
importFrom(BSgenome,getSeq)
importFrom(Biostrings,DNAStringSet)
importFrom(Biostrings,translate)
importFrom(fuzzyjoin,interval_inner_join)
importFrom(fuzzyjoin,interval_left_join)
importFrom(pbapply,pblapply)
importFrom(purrr,is_character)
importFrom(purrr,is_integer)
importFrom(purrr,is_logical)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map2_dbl)
importFrom(purrr,map_chr)
importFrom(purrr,map_int)
importFrom(purrr,map_lgl)
importFrom(purrr,pmap)
importFrom(tibble,lst)
importFrom(tibble,tibble)
importFrom(tidyr,gather)
importFrom(tidyr,separate_rows)
importFrom(tidyr,unnest)