forked from malnirav/hiAnnotator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
39 lines (39 loc) · 1.34 KB
/
DESCRIPTION
File metadata and controls
39 lines (39 loc) · 1.34 KB
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
Package: hiAnnotator
Title: Functions for annotating GRanges objects.
Version: 1.3.2
Date: 2015-05-27
Author: Nirav V Malani <malnirav@gmail.com>
Maintainer: Nirav V Malani <malnirav@gmail.com>
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
License: GPL (>= 2)
VignetteBuilder: knitr
Suggests:
knitr,
doParallel,
testthat,
BiocGenerics
biocViews: Software, Annotation
LazyLoad: yes