forked from gacatag/IntEREst
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
33 lines (33 loc) · 1.86 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
export(interest, interest.sequential, InterestResult, getAnnotation,
addAnnotation, scaledRetention, referencePrepare, readInterestResults,
subInterestResult, mergeInterestResult, u12NbIndex, u12Index,
exactTestInterest, glmInterest, qlfInterest, treatInterest,
u12BoxplotNb, u12DensityPlot, u12DensityPlotIntron, lfc, getRepeatTable,
u12Boxplot, annotateU12, intexIndex, buildSsTypePwms, updateRowDataCol,
counts.InterestResults, plot.InterestResult, intexBoxplot, DEXSeqIntEREst,
unionRefTr, interestResultIntEx, deseqInterest, psi)
exportMethods(counts, plot, boxplot)
import(graphics, grDevices, utils, grid, methods, SummarizedExperiment)
importFrom(Biostrings, getSeq, matchPWM, PWM, unitScale, reverseComplement,
DNAString)
importFrom(BiocGenerics, counts)
importFrom(seqinr, read.fasta, getSequence, getFrag)
importFrom(seqLogo, seqLogo)
importFrom(IRanges, IRanges)
importFrom(stats, density, loess.smooth, cor, median, model.matrix)
importFrom(S4Vectors, queryHits, subjectHits, metadata)
importFrom(edgeR, DGEList, estimateDisp, estimateExonGenewiseDisp, exactTest,
topTags, estimateGLMTagwiseDisp, estimateGLMTrendedDisp,
estimateGLMCommonDisp, glmFit, glmLRT, glmQLFit, glmQLFTest, glmTreat)
importFrom(GenomicFeatures, DEFAULT_CIRC_SEQS, makeTxDbFromUCSC,
makeTxDbFromBiomart, makeTxDbFromGFF, exonsBy, transcriptsBy,
intronsByTranscript)
importFrom(GenomicRanges, seqnames, start, end, width, strand, ranges, GRanges,
findOverlaps, reduce, gaps)
importFrom(Rsamtools, BamFile, ScanBamParam, scanBamFlag, scanBamWhat, isOpen)
importFrom(DBI, dbConnect, dbSendQuery, dbGetQuery, dbDisconnect)
importFrom(RMySQL, MySQL)
importFrom(BiocParallel, SerialParam, MulticoreParam, bpiterate)
importFrom(GenomicAlignments, readGAlignmentPairs, readGAlignmentsList)
importFrom(DEXSeq, DEXSeqDataSet, DEXSeq)
importFrom(DESeq2, DESeqDataSetFromMatrix, sizeFactors, DESeq, results)