Browse code

better formatting

Federico Marini authored on 07/02/2019 10:11:18
Showing 1 changed files

... ...
@@ -4,30 +4,59 @@ Title: Interactive Visualization of RNA-seq Data Using a Principal Components Ap
4 4
 Version: 2.9.4
5 5
 Date: 2018-11-21
6 6
 Authors@R: c(person("Federico", "Marini", role = c("aut", "cre"), 
7
-        email ="[email protected]", 
8
-        comment = c(ORCID = '0000-0003-3252-7758')))
7
+    email ="[email protected]", 
8
+    comment = c(ORCID = '0000-0003-3252-7758')))
9 9
 Maintainer: Federico Marini <[email protected]>
10
-Description: This package provides functionality for interactive
11
-        visualization of RNA-seq datasets based on Principal Components
12
-        Analysis. The methods provided allow for quick information
13
-        extraction and effective data exploration. A Shiny application
14
-        encapsulates the whole analysis.
10
+Description: This package provides functionality for interactive visualization 
11
+    of RNA-seq datasets based on Principal Components Analysis. The methods provided
12
+    allow for quick information extraction and effective data exploration. A Shiny
13
+    application encapsulates the whole analysis.
15 14
 License: MIT + file LICENSE
16 15
 LazyData: TRUE
17
-Imports: DESeq2, SummarizedExperiment, GenomicRanges, IRanges,
18
-        S4Vectors, genefilter, ggplot2 (>= 2.0.0), d3heatmap, scales,
19
-        NMF, plyr, topGO, limma, GOstats, GO.db, AnnotationDbi, shiny
20
-        (>= 0.12.0), shinydashboard, shinyBS, ggrepel, DT, shinyAce,
21
-        threejs, biomaRt, pheatmap, knitr, rmarkdown, base64enc,
22
-        tidyr, grDevices, methods
23
-Suggests: testthat, BiocStyle, airway, org.Hs.eg.db, htmltools
16
+Imports: 
17
+    DESeq2, 
18
+    SummarizedExperiment, 
19
+    GenomicRanges, 
20
+    IRanges,
21
+    S4Vectors, 
22
+    genefilter, 
23
+    ggplot2 (>= 2.0.0), 
24
+    d3heatmap, 
25
+    scales,
26
+    NMF, 
27
+    plyr, 
28
+    topGO, 
29
+    limma, 
30
+    GOstats, 
31
+    GO.db, 
32
+    AnnotationDbi, 
33
+    shiny (>= 0.12.0), 
34
+    shinydashboard, 
35
+    shinyBS, 
36
+    ggrepel, 
37
+    DT, 
38
+    shinyAce,
39
+    threejs, 
40
+    biomaRt, 
41
+    pheatmap, 
42
+    knitr, 
43
+    rmarkdown, 
44
+    base64enc,
45
+    tidyr, 
46
+    grDevices, 
47
+    methods
48
+Suggests: 
49
+    testthat, 
50
+    BiocStyle, 
51
+    airway, 
52
+    org.Hs.eg.db, 
53
+    htmltools
24 54
 URL: https://github.com/federicomarini/pcaExplorer,
25
-        https://federicomarini.github.io/pcaExplorer/
55
+    https://federicomarini.github.io/pcaExplorer/
26 56
 BugReports: https://github.com/federicomarini/pcaExplorer/issues
27 57
 biocViews: ImmunoOncology, Visualization, RNASeq, DimensionReduction,
28
-        PrincipalComponent, QualityControl, GUI, ReportWriting
58
+    PrincipalComponent, QualityControl, GUI, ReportWriting
29 59
 VignetteBuilder: knitr
30 60
 RoxygenNote: 6.1.1
31 61
 Encoding: UTF-8
32 62
 NeedsCompilation: no
33
-Author: Federico Marini [aut, cre]