62 lines
2.9 KiB
Plaintext
62 lines
2.9 KiB
Plaintext
Package: IRanges
|
|
Title: Foundation of integer range manipulation in Bioconductor
|
|
Description: Provides efficient low-level and highly reusable S4
|
|
classes for storing, manipulating and aggregating over annotated
|
|
ranges of integers. Implements an algebra of range operations,
|
|
including efficient algorithms for finding overlaps and nearest
|
|
neighbors. Defines efficient list-like classes for storing,
|
|
transforming and aggregating large grouped data, i.e., collections
|
|
of atomic vectors and DataFrames.
|
|
biocViews: Infrastructure, DataRepresentation
|
|
URL: https://bioconductor.org/packages/IRanges
|
|
BugReports: https://github.com/Bioconductor/IRanges/issues
|
|
Version: 2.40.1
|
|
License: Artistic-2.0
|
|
Encoding: UTF-8
|
|
Authors@R: c(
|
|
person("Hervé", "Pagès", role=c("aut", "cre"),
|
|
email="hpages.on.github@gmail.com"),
|
|
person("Patrick", "Aboyoun", role="aut"),
|
|
person("Michael", "Lawrence", role="aut"))
|
|
Depends: R (>= 4.0.0), methods, utils, stats, BiocGenerics (>= 0.39.2),
|
|
S4Vectors (>= 0.43.2)
|
|
Imports: stats4
|
|
LinkingTo: S4Vectors
|
|
Suggests: XVector, GenomicRanges, Rsamtools, GenomicAlignments,
|
|
GenomicFeatures, BSgenome.Celegans.UCSC.ce2, pasillaBamSubset,
|
|
RUnit, BiocStyle
|
|
Collate: range-squeezers.R Vector-class-leftovers.R
|
|
DataFrameList-class.R DataFrameList-utils.R AtomicList-class.R
|
|
AtomicList-utils.R Ranges-and-RangesList-classes.R
|
|
IPosRanges-class.R IPosRanges-comparison.R
|
|
IntegerRangesList-class.R IRanges-class.R IRanges-constructor.R
|
|
IRanges-utils.R Rle-class-leftovers.R IPos-class.R
|
|
subsetting-utils.R Grouping-class.R Views-class.R
|
|
RleViews-class.R RleViews-utils.R extractList.R seqapply.R
|
|
multisplit.R SimpleGrouping-class.R IRangesList-class.R
|
|
IPosList-class.R ViewsList-class.R RleViewsList-class.R
|
|
RleViewsList-utils.R RangedSelection-class.R
|
|
MaskCollection-class.R read.Mask.R CompressedList-class.R
|
|
CompressedList-comparison.R CompressedHitsList-class.R
|
|
CompressedDataFrameList-class.R CompressedAtomicList-class.R
|
|
CompressedGrouping-class.R CompressedRangesList-class.R
|
|
Hits-class-leftovers.R NCList-class.R findOverlaps-methods.R
|
|
windows-methods.R intra-range-methods.R inter-range-methods.R
|
|
reverse-methods.R coverage-methods.R cvg-methods.R
|
|
slice-methods.R setops-methods.R nearest-methods.R
|
|
cbind-Rle-methods.R tile-methods.R extractListFragments.R zzz.R
|
|
git_url: https://git.bioconductor.org/packages/IRanges
|
|
git_branch: RELEASE_3_20
|
|
git_last_commit: 535f07e
|
|
git_last_commit_date: 2024-12-02
|
|
Repository: Bioconductor 3.20
|
|
Date/Publication: 2024-12-05
|
|
NeedsCompilation: yes
|
|
Packaged: 2024-12-06 00:46:50 UTC; biocbuild
|
|
Author: Hervé Pagès [aut, cre],
|
|
Patrick Aboyoun [aut],
|
|
Michael Lawrence [aut]
|
|
Maintainer: Hervé Pagès <hpages.on.github@gmail.com>
|
|
Built: R 4.4.2; x86_64-w64-mingw32; 2024-12-06 13:23:57 UTC; windows
|
|
Archs: x64
|