File: NAMESPACE

package info (click to toggle)
r-bioc-shortread 1.22.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 8,436 kB
  • ctags: 295
  • sloc: ansic: 2,733; cpp: 202; sh: 4; makefile: 2
file content (110 lines) | stat: -rw-r--r-- 4,084 bytes parent folder | download
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
useDynLib(ShortRead, .registration=TRUE)

import(methods)

importClassesFrom(Biobase, AnnotatedDataFrame, AssayData,
                  ScalarCharacter, ScalarInteger, ScalarLogical,
                  ScalarNumeric, Versioned, Versions)

importClassesFrom(BiocGenerics, connection)

importClassesFrom(Biostrings, BStringSet, DNAString, DNAStringSet,
                  PairwiseAlignments, PhredQuality,
                  QualityScaledDNAStringSet, SolexaQuality,
                  XStringQuality, XStringSet)

importClassesFrom(GenomicRanges, GRanges, Seqinfo)

importClassesFrom(IRanges, characterORNULL, DataFrame, DataTableORNULL,
                  FilterRules, IRanges, RangedData, RangesList, Rle,
                  SimpleList)

importClassesFrom(Rsamtools, BamFileList, RsamtoolsFileList)

importClassesFrom(GenomicAlignments, GAlignments)

importMethodsFrom(IRanges, Ops, coerce)

importMethodsFrom(IRanges, append, as.factor, as.list, as.vector, by,
                  coerce, colnames, "colnames<-", coverage, diff,
                  endoapply, eval, gsub, head, ifelse, "%in%", levels,
                  median, metadata, "metadata<-", narrow, ncol, nrow,
                  order, paste, pmin, quantile, Reduce, rev, Rle, rownames,
                  "rownames<-", runLength, runValue, score, sort, split,
                  start, sub, t, table, tapply, toupper, unique, unlist,
                  update, Views, which, width, with)

importMethodsFrom(Biobase, "dimLabels<-", initialize, pData, phenoData,
                  sampleNames, show, varLabels, varMetadata)

importMethodsFrom(BiocGenerics, cbind, density, Filter, get, lapply,
                  Map, mapply, rbind, sapply, strand)

importMethodsFrom(Biostrings, alphabet, alphabetFrequency, detail,
                  duplicated, end, match, nchar, pairwiseAlignment,
                  pattern, PDict, quality, reverse, reverseComplement,
                  substr, summary, tail, trimLRPatterns, unaligned,
                  union, vcountPDict)

importMethodsFrom(GenomicRanges, as.data.frame, countOverlaps,
                  ranges, reduce, seqlevels, "seqlevels<-", seqnames,
                  values, "values<-")

importMethodsFrom(Rsamtools, isOpen, path, scanBam, ScanBamParam)

importMethodsFrom(GenomicAlignments, readGAlignmentsFromBam,
                  cigar, left, qnarrow, qwidth, right)

importFrom(Biobase, copySubstitute, mkScalar, selectSome,
           subListExtract)

importFrom(BiocParallel, bplapply)

importFrom(Biostrings, BString, BStringSet, DNAString, DNAStringSet,
           encoding, get_seqtype_conversion_lookup, mkAllStrings,
           QualityScaledDNAStringSet, readDNAStringSet,
           writeXStringSet)

importFrom(GenomicRanges, GRanges)

importFrom(grDevices, colorRampPalette, dev.off, jpeg, pdf, png)

importFrom(hwriter, hwrite, hwriteImage)

importFrom(IRanges, DataFrame, FilterRules, IntegerList,
           IRanges, isSingleString, isTRUEorFALSE, RleList,
           SimpleList, solveUserSEW, subsetByFilter)

importFrom(lattice, dotplot, histogram, levelplot, llines, lsegments,
           ltext, panel.abline, panel.dotplot, panel.grid,
           panel.histogram, panel.levelplot, panel.xyplot,
           strip.custom, xyplot)

importFrom(latticeExtra, xyplot.list)

importFrom(Rsamtools, BamFileList, bamFlagTest, bamReverseComplement,
           "bamReverseComplement<-", bamSimpleCigar,
           "bamSimpleCigar<-", bamWhat, "bamWhat<-")

importFrom(stats, approxfun, setNames)

importFrom(utils, capture.output, packageDescription, read.csv,
           read.table, Sweave)

importFrom(Biostrings, DNA_ALPHABET)

importFrom(GenomicAlignments, GAlignments, cigarToQWidth)

exportClassPattern("^.*$")

exportMethods(show, coerce, dim, length, "[", "[[", alphabetFrequency,
              alphabet, coverage, encoding, narrow, strand,
              trimLRPatterns, width, append, rbind, "%in%", c, lapply,
              sapply)

export(pData, phenoData, varLabels, varMetadata)

exportPattern("^[^\\.]")

S3method(close, ShortReadFile)
S3method(open, ShortReadFile)