-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackages.yml
139 lines (130 loc) · 5.26 KB
/
packages.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
# Sources:https://r-graph-gallery.com/best-dataviz-packages.html
- category: Top 6 Packages for Data Visualization in R
description: |
The best R packages for data visualization.
tiles:
- title: ggplot2
subtitle: for stattic data visualization
href: https://ggplot2.tidyverse.org/
code: https://github.com/tidyverse/ggplot2/
thumbnail: img/packages/ggplot2.png
- title: ggpubr
subtitle: for ‘ggplot2’ Based Publication Ready Plots
href: https://rpkgs.datanovia.com/ggpubr/
code: https://github.com/kassambara/ggpubr/
thumbnail: img/packages/ggpubr.png
- title: sjPlot
subtitle: for Statistics in Social Science
href: https://strengejacke.github.io/sjPlot/
code: https://github.com/strengejacke/sjPlot/
thumbnail: img/packages/sjPlot.png
- title: plotly
subtitle: for interactive data visualization
href: https://plotly.com/r/
code: https://github.com/plotly/plotly.R
thumbnail: img/packages/plotly2.png
- title: Highcharter
subtitle: for flexible and customizable javascript charting library
href: https://jkunst.com/highcharter/
code: https://github.com/jbkunst/highcharter/
thumbnail: img/packages/highcharter.png
- title: patchwork
subtitle: for combining multiple plots
href: https://patchwork.data-imaginist.com/
code: https://github.com/thomasp85/patchwork
thumbnail: img/packages/patchwork.png
# ggplot2 extensions
- category: ggplot2 Extensions
description: |
ggplot2 is very powerful on its own. But it gets even better thanks to its extensions.
tiles:
- title: ggstatsplot
subtitle: for statistical details
href: https://indrajeetpatil.github.io/ggstatsplot/
code: https://github.com/IndrajeetPatil/ggstatsplot
thumbnail: img/packages/ggstatsplot.png
- title: ggrepel
subtitle: for overlapping text
href: https://ggrepel.slowkow.com/
code: https://github.com/slowkow/ggrepel
thumbnail: img/packages/ggrepel.png
- title: gganimate
subtitle: for animation
href: https://gganimate.com/
code: https://github.com/thomasp85/gganimate
thumbnail: img/packages/gganimate.png
# Bioinformatics
- category: Top 6 Packages for Bioinformatics
description: |
The best R packages for data visualization in bioinformatics.
tiles:
- title: Bioconductor
subtitle: for the analysis and comprehension of high-throughput genomic data
href: https://www.bioconductor.org/
code: https://github.com/bioconductor
thumbnail: img/packages/bioconductor.png
- title: Bioconductor
subtitle: for the analysis and comprehension of high-throughput genomic data
href: https://www.bioconductor.org/
code: https://github.com/bioconductor
thumbnail: img/packages/bioconductor.png
- title: Bioconductor
subtitle: for the analysis and comprehension of high-throughput genomic data
href: https://www.bioconductor.org/
code: https://github.com/bioconductor
thumbnail: img/packages/bioconductor.png
- title: Bioconductor
subtitle: for the analysis and comprehension of high-throughput genomic data
href: https://www.bioconductor.org/
code: https://github.com/bioconductor
thumbnail: img/packages/bioconductor.png
- title: Bioconductor
subtitle: for the analysis and comprehension of high-throughput genomic data
href: https://www.bioconductor.org/
code: https://github.com/bioconductor
thumbnail: img/packages/bioconductor.png
# Maps
- category: R Packages for Geospatial Analysis
description: |
The best R packages for geospatial data visualization.
tiles:
- title: tmap
subtitle: for thematic maps in R
href: https://r-tmap.github.io/tmap/
code: https://github.com/r-tmap/tmap/
thumbnail: img/packages/tmap.png
- title: sf
subtitle: for geospatial visualization
href: https://r-spatial.github.io/sf/index.html
code: https://github.com/r-spatial/sf/
thumbnail: img/packages/sf.png
- title: leaflet
subtitle: for creating interactive maps
href: https://rstudio.github.io/leaflet/
code: https://github.com/rstudio/leaflet/
thumbnail: img/packages/leaflet.png
# Colors
- category: Colors
description: |
The best R packages for dealing with colors.
tiles:
- title: viridis
subtitle: for colorblind-friendly color maps for R
href: hhttps://sjmgarnier.github.io/viridis/
code: https://github.com/sjmgarnier/viridis/
thumbnail: img/packages/viridis.png
- title: paletteer
subtitle: for all the color palettes together
href: https://emilhvitfeldt.github.io/paletteer/
code: https://github.com/EmilHvitfeldt/paletteer
thumbnail: img/packages/paletteer.png
# Table
- category: R Packages for Tables
description: |
The best R packages for creating tables.
tiles:
- title: gtsummary
subtitle: for publication-ready tables
href: https://www.danieldsjoberg.com/gtsummary/
code: https://github.com/ddsjoberg/gtsummary/
thumbnail: img/packages/gtsummary.png