-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
61 lines (60 loc) · 1.5 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
# Generated by roxygen2: do not edit by hand
export(BAM2firstbaseBAM)
export(align2refGenome)
export(analyzeLeaderlessRNA)
export(analyzeTSSmicrobes)
export(annotateRNA)
export(annotateTSS)
export(assignOperons)
export(assignTaxonmies)
export(bam2bedTSS)
export(betaBinomial)
export(clusterTSS)
export(createNJtree)
export(dinucleotideTSS)
export(fisherExactTest)
export(getPromoterSequencies)
export(getRNA5UTRsequencies)
export(getRepresentativeTSS)
export(getShineDalgarnoSequencies)
export(microbiomeTrimAndQuality)
export(plotOperonPreference)
export(plotTSSperCategory)
export(plotTSSpreference)
export(smallRNAanalysis)
export(trimAlignAndQuality)
import(QuasR)
import(Rcpp)
import(dada2)
import(dplyr)
import(ggplot2)
import(parallel)
import(phangorn)
import(phyloseq)
import(scales)
import(stringr)
import(tidyr)
import(tidyverse)
importFrom(Biostrings,DNAString)
importFrom(Biostrings,DNAStringSet)
importFrom(Biostrings,reverseComplement)
importFrom(DECIPHER,AlignSeqs)
importFrom(Rsamtools,BamFile)
importFrom(Rsamtools,indexBam)
importFrom(VGAM,pbetabinom.ab)
importFrom(bedr,bedr)
importFrom(ggseqlogo,geom_logo)
importFrom(ggseqlogo,theme_logo)
importFrom(gridExtra,grid.arrange)
importFrom(kableExtra,column_spec)
importFrom(kableExtra,kable)
importFrom(kableExtra,kable_classic)
importFrom(kableExtra,spec_color)
importFrom(metan,venn_plot)
importFrom(plyr,ddply)
importFrom(readr,read_delim)
importFrom(rlang,.data)
importFrom(stats,na.omit)
importFrom(stats,pchisq)
importFrom(stats,update)
importFrom(utils,read.table)