Skip to content

Commit

Permalink
Move low-level CIGAR utilities to GenomicAlignments package.
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Dec 6, 2013
1 parent 239d664 commit ecd4590
Show file tree
Hide file tree
Showing 12 changed files with 10 additions and 2,403 deletions.
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ Suggests: AnnotationDbi (>= 1.21.1), AnnotationHub,
License: Artistic-2.0
Collate: utils.R
phicoef.R
cigar-utils.R
transcript-utils.R
constraint.R
makeSeqnameIds.R
Expand Down
23 changes: 0 additions & 23 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
useDynLib(GenomicRanges)

import(methods)

import(utils) # for as.roman()

importFrom(stats, setNames)

import(BiocGenerics)

import(IRanges)

exportClasses(
Expand Down Expand Up @@ -89,25 +85,6 @@ exportMethods(
export(
phicoef,

validCigar,
CIGAR_OPS,
explodeCigarOps, explodeCigarOpLengths,
cigarToRleList,
splitCigar,
cigarRangesAlongReferenceSpace,
cigarRangesAlongQuerySpace,
cigarRangesAlongPairwiseSpace,
extractAlignmentRangesOnReference,
cigarToIRanges,
cigarToIRangesListByAlignment, cigarToIRangesListByRName,
cigarWidthAlongReferenceSpace,
cigarWidthAlongQuerySpace,
cigarWidthAlongPairwiseSpace,
cigarToWidth, cigarToQWidth,
cigarNarrow, cigarQNarrow,
cigarOpTable, cigarToCigarTable, summarizeCigarTable,
queryLoc2refLoc, queryLocs2refLocs,

makeSeqnameIds,
Seqinfo,
GRanges, GRangesList, GenomicRangesList, GIntervalTree,
Expand Down
Loading

0 comments on commit ecd4590

Please sign in to comment.