git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ReportingTools@87035 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -1,19 +1,31 @@ |
1 | 1 |
Package: ReportingTools |
2 | 2 |
Title: Tools for making reports in various formats |
3 |
-Version: 2.3.5 |
|
4 |
-Author: Jason A. Hackney, Melanie Huntley, Jessica L. Larson, Christina Chaivorapol, Gabriel Becker, and Josh Kaminker |
|
5 |
-Maintainer: Jason A. Hackney <hackney.jason@gene.com>, Gabriel Becker <gmbecker@ucdavis.edu> |
|
3 |
+Version: 2.3.6 |
|
4 |
+Author: Jason A. Hackney, Melanie Huntley, Jessica L. Larson, Christina |
|
5 |
+ Chaivorapol, Gabriel Becker, and Josh Kaminker |
|
6 |
+Maintainer: Jason A. Hackney <hackney.jason@gene.com>, Gabriel Becker |
|
7 |
+ <gmbecker@ucdavis.edu> |
|
6 | 8 |
Depends: methods, knitr |
7 |
-Imports: |
|
8 |
- Biobase,hwriter,Category,GOstats,limma(>= 3.17.5),lattice,AnnotationDbi,edgeR, |
|
9 |
- annotate,PFAM.db, GSEABase, BiocGenerics(>= 0.1.6), grid, XML, R.utils, |
|
10 |
- ggplot2, ggbio, DESeq2(>= 1.3.41), IRanges |
|
9 |
+Imports: Biobase,hwriter,Category,GOstats,limma(>= |
|
10 |
+ 3.17.5),lattice,AnnotationDbi,edgeR, annotate,PFAM.db, |
|
11 |
+ GSEABase, BiocGenerics(>= 0.1.6), grid, XML, R.utils, ggplot2, |
|
12 |
+ ggbio, DESeq2(>= 1.3.41), IRanges |
|
11 | 13 |
Suggests: RUnit, ALL, hgu95av2.db, org.Mm.eg.db |
12 | 14 |
Type: Package |
13 | 15 |
LazyLoad: yes |
14 | 16 |
License: Artistic-2.0 |
15 |
-Description: The ReportingTools software package enables users to easily display reports of analysis results generated from sources such as microarray and sequencing data. The package allows users to create HTML pages that may be viewed on a web browser such as Safari, or in other formats readable by programs such as Excel. Users can generate tables with sortable and filterable columns, make and display plots, and link table entries to other data sources such as NCBI or larger plots within the HTML page. Using the package, users can also produce a table of contents page to link various reports together for a particular project that can be viewed in a web browser. |
|
17 |
+Description: The ReportingTools software package enables users to |
|
18 |
+ easily display reports of analysis results generated from |
|
19 |
+ sources such as microarray and sequencing data. The package |
|
20 |
+ allows users to create HTML pages that may be viewed on a web |
|
21 |
+ browser such as Safari, or in other formats readable by |
|
22 |
+ programs such as Excel. Users can generate tables with |
|
23 |
+ sortable and filterable columns, make and display plots, and |
|
24 |
+ link table entries to other data sources such as NCBI or larger |
|
25 |
+ plots within the HTML page. Using the package, users can also |
|
26 |
+ produce a table of contents page to link various reports |
|
27 |
+ together for a particular project that can be viewed in a web |
|
28 |
+ browser. |
|
16 | 29 |
ByteCompile: TRUE |
17 |
-biocViews: Bioinformatics, Software, Visualization, Microarray, RNAseq, |
|
18 |
- GO |
|
19 | 30 |
VignetteBuilder: utils, knitr |
31 |
+biocViews: Software, Visualization, Microarray, RNASeq, GO |