-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
24 lines (24 loc) · 841 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
24 lines (24 loc) · 841 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Package: graph4
Title: Efficient graph representation and manipulation in Bioconductor
Description: Implements classes for representing and manipulating directed
and undirected graphs (DGraph and UGraph classes). Both the edges
and nodes of a DGraph or UGraph object can be annotated via the use
of "metadata columns".
Version: 0.3.1
Encoding: UTF-8
Author: Hervé Pagès
Maintainer: Hervé Pagès <hpages.on.github@gmail.com>
biocViews: Infrastructure, DataRepresentation, GraphAndNetwork, Annotation,
GenomeAnnotation
Depends: methods, Matrix, BiocGenerics, S4Vectors (>= 0.27.12),
graph (>= 1.67.1)
Imports: stats, IRanges
Suggests: Rgraphviz, DBI, AnnotationDbi, GO.db
License: Artistic-2.0
Collate: AnnotatedIDs-class.R
Graph-class.R
NodesAndEdges-class.R
DGraph-class.R
DGraphNodes-class.R
UGraph-class.R
makeDGraphFromGO.R