...
|
...
|
@@ -1,7 +1,7 @@
|
1
|
1
|
Package: SplicingGraphs
|
2
|
2
|
Title: Create, manipulate, visualize splicing graphs, and assign RNA-seq reads
|
3
|
3
|
to them
|
4
|
|
-Version: 1.22.0
|
|
4
|
+Version: 1.22.1
|
5
|
5
|
Encoding: UTF-8
|
6
|
6
|
Author: D. Bindreither, M. Carlson, M. Morgan, H. Pagès
|
7
|
7
|
License: Artistic-2.0
|
...
|
...
|
@@ -11,6 +11,9 @@ Description: This package allows the user to create, manipulate, and visualize
|
11
|
11
|
the edges of a set of splicing graphs, and to summarize them in
|
12
|
12
|
different ways.
|
13
|
13
|
Maintainer: H. Pagès <[email protected]>
|
|
14
|
+biocViews: Genetics, Annotation, DataRepresentation, Visualization,
|
|
15
|
+ Sequencing, RNASeq, GeneExpression, AlternativeSplicing, Transcription,
|
|
16
|
+ ImmunoOncology
|
14
|
17
|
Depends: GenomicFeatures (>= 1.17.13), GenomicAlignments (>= 1.1.22),
|
15
|
18
|
Rgraphviz (>= 2.3.7)
|
16
|
19
|
Imports: methods, utils, graphics, igraph, BiocGenerics,
|
...
|
...
|
@@ -34,4 +37,3 @@ Collate: utils.R
|
34
|
37
|
countReads-methods.R
|
35
|
38
|
toy_data.R
|
36
|
39
|
zzz.R
|
37
|
|
-biocViews: Genetics, Annotation, DataRepresentation, Visualization, Sequencing, RNASeq, GeneExpression, AlternativeSplicing, Transcription
|