-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
42 lines (42 loc) · 1.39 KB
/
DESCRIPTION
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
Package: hiAnnotator
Title: Functions for annotating GRanges objects
Version: 1.27.1
Date: 2021-07-27
Author: Nirav V Malani <[email protected]>
Maintainer: Nirav V Malani <[email protected]>
Description: hiAnnotator contains set of functions which allow users to
annotate a GRanges object with custom set of annotations. The
basic philosophy of this package is to take two GRanges
objects (query & subject) with common set of seqnames (i.e.
chromosomes) and return associated annotation per seqnames and rows
from the query matching seqnames and rows from the subject (i.e.
genes or cpg islands). The package comes with three types of annotation
functions which calculates if a position from query is: within a feature,
near a feature, or count features in defined window sizes. Moreover, each
function is equipped with parallel backend to utilize the foreach package.
In addition, the package is equipped with wrapper functions, which finds
appropriate columns needed to make a GRanges object from a
common data frame.
Depends:
GenomicRanges,
R (>= 2.10)
Imports:
foreach,
iterators,
rtracklayer,
dplyr,
BSgenome,
ggplot2,
scales,
methods
License: GPL (>= 2)
VignetteBuilder: knitr
Suggests:
knitr,
doParallel,
testthat,
BiocGenerics,
markdown
biocViews: Software, Annotation
LazyLoad: yes
RoxygenNote: 7.1.1