...
|
...
|
@@ -1,19 +1,21 @@
|
1
|
1
|
Package: SplicingGraphs
|
2
|
2
|
Title: Create, manipulate, visualize splicing graphs, and assign RNA-seq reads
|
3
|
3
|
to them
|
4
|
|
-Version: 1.29.1
|
5
|
|
-Encoding: UTF-8
|
6
|
|
-Author: D. Bindreither, M. Carlson, M. Morgan, H. Pagès
|
7
|
|
-License: Artistic-2.0
|
8
|
4
|
Description: This package allows the user to create, manipulate, and visualize
|
9
|
5
|
splicing graphs and their bubbles based on a gene model for a given
|
10
|
6
|
organism. Additionally it allows the user to assign RNA-seq reads to
|
11
|
7
|
the edges of a set of splicing graphs, and to summarize them in
|
12
|
8
|
different ways.
|
13
|
|
-Maintainer: H. Pagès <[email protected]>
|
14
|
9
|
biocViews: Genetics, Annotation, DataRepresentation, Visualization,
|
15
|
10
|
Sequencing, RNASeq, GeneExpression, AlternativeSplicing, Transcription,
|
16
|
11
|
ImmunoOncology
|
|
12
|
+URL: https://bioconductor.org/packages/SplicingGraphs
|
|
13
|
+BugReports: https://github.com/Bioconductor/SplicingGraphs/issues
|
|
14
|
+Version: 1.29.1
|
|
15
|
+License: Artistic-2.0
|
|
16
|
+Encoding: UTF-8
|
|
17
|
+Author: D. Bindreither, M. Carlson, M. Morgan, H. Pagès
|
|
18
|
+Maintainer: H. Pagès <[email protected]>
|
17
|
19
|
Depends: GenomicFeatures (>= 1.17.13), GenomicAlignments (>= 1.1.22),
|
18
|
20
|
Rgraphviz (>= 2.3.7)
|
19
|
21
|
Imports: methods, utils, graphics, igraph, BiocGenerics,
|