-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
84 lines (83 loc) · 2.49 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
74
75
76
77
78
79
80
81
82
83
84
# Generated by roxygen2: do not edit by hand
S3method(annot_snps,GRanges)
S3method(annot_snps,SummarizedExperiment)
export(FilterParam)
export(annot_from_gr)
export(annot_snps)
export(calc_AEI)
export(calc_confidence)
export(calc_edit_frequency)
export(calc_scAEI)
export(correct_strand)
export(filter_clustered_variants)
export(filter_multiallelic)
export(filter_splice_variants)
export(find_de_sites)
export(find_mispriming_sites)
export(find_scde_sites)
export(get_overlapping_snps)
export(get_scAEI_sites)
export(get_splice_sites)
export(make_de_object)
export(mock_rse)
export(pileup_cells)
export(pileup_sites)
export(raer_example)
export(read_sparray)
import(GenomicRanges)
import(IRanges)
import(S4Vectors)
import(SummarizedExperiment)
importFrom(BSgenome,snpsByOverlaps)
importFrom(BiocGenerics,path)
importFrom(BiocParallel,SerialParam)
importFrom(BiocParallel,bplapply)
importFrom(BiocParallel,bpmapply)
importFrom(BiocParallel,bpstop)
importFrom(BiocParallel,bpworkers)
importFrom(Biostrings,letterFrequency)
importFrom(Biostrings,reverseComplement)
importFrom(Biostrings,vmatchPattern)
importFrom(GenomeInfoDb,"seqlevelsStyle<-")
importFrom(GenomeInfoDb,Seqinfo)
importFrom(GenomeInfoDb,keepSeqlevels)
importFrom(GenomeInfoDb,seqinfo)
importFrom(GenomeInfoDb,seqlengths)
importFrom(GenomeInfoDb,seqlevels)
importFrom(GenomeInfoDb,seqlevelsStyle)
importFrom(GenomicAlignments,readGAlignmentPairs)
importFrom(GenomicAlignments,readGAlignments)
importFrom(GenomicFeatures,genes)
importFrom(GenomicFeatures,intronsByTranscript)
importFrom(GenomicFeatures,mapToTranscripts)
importFrom(GenomicRanges,GRanges)
importFrom(IRanges,IRanges)
importFrom(IRanges,extractList)
importFrom(IRanges,subsetByOverlaps)
importFrom(Matrix,colSums)
importFrom(Matrix,sparseMatrix)
importFrom(Rsamtools,BamFile)
importFrom(Rsamtools,BamFileList)
importFrom(Rsamtools,FaFile)
importFrom(Rsamtools,ScanBamParam)
importFrom(Rsamtools,index)
importFrom(Rsamtools,scanBamFlag)
importFrom(Rsamtools,scanBamHeader)
importFrom(Rsamtools,scanFa)
importFrom(Rsamtools,scanFaIndex)
importFrom(Rsamtools,seqinfo)
importFrom(S4Vectors,aggregate)
importFrom(S4Vectors,unstrsplit)
importFrom(SingleCellExperiment,SingleCellExperiment)
importFrom(methods,"slot<-")
importFrom(methods,as)
importFrom(methods,is)
importFrom(methods,new)
importFrom(methods,slot)
importFrom(methods,slotNames)
importFrom(rtracklayer,export)
importFrom(stats,model.matrix)
importFrom(stats,pbeta)
importFrom(utils,read.table)
importFrom(utils,write.table)
useDynLib(raer, .registration = TRUE)