-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNAMESPACE
51 lines (50 loc) · 1.43 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
# Generated by roxygen2: do not edit by hand
S3method(FindVariableFeatures,polyAsiteAssay)
S3method(RunPCA,polyAsiteAssay)
S3method(merge,polyAsiteAssay)
S3method(subset,polyAsiteAssay)
export(CalcPolyAResiduals)
export(CreatePolyAAssay)
export(FeaturesToGRanges)
export(FindDifferentialPolyA)
export(GRangesToString)
export(GetPolyADbAnnotation)
export(PolyACoveragePlot)
export(ReadPolyApipe)
exportClasses(polyAsiteAssay)
import(Seurat)
import(Signac)
importFrom(GenomeInfoDb,"seqlevelsStyle<-")
importFrom(GenomeInfoDb,seqlevelsStyle)
importFrom(GenomicRanges,end)
importFrom(GenomicRanges,isDisjoint)
importFrom(GenomicRanges,makeGRangesFromDataFrame)
importFrom(GenomicRanges,start)
importFrom(GenomicRanges,strand)
importFrom(IRanges,distanceToNearest)
importFrom(IRanges,trim)
importFrom(MGLM,MGLMfit)
importFrom(Matrix,colSums)
importFrom(Matrix,rowSums)
importFrom(Matrix,sparseMatrix)
importFrom(Seurat,CreateAssayObject)
importFrom(data.table,fread)
importFrom(dplyr,left_join)
importFrom(gplm,kreg)
importFrom(irlba,irlba)
importFrom(methods,as)
importFrom(methods,new)
importFrom(methods,slot)
importFrom(plyranges,anchor_3p)
importFrom(plyranges,mutate)
importFrom(rtracklayer,readGFF)
importFrom(stats,aggregate)
importFrom(stats,lm)
importFrom(stats,prcomp)
importFrom(stats,quantile)
importFrom(stats,relevel)
importFrom(tidyr,separate)
importFrom(utils,capture.output)
importFrom(utils,head)
importFrom(utils,read.table)
importFrom(utils,tail)