Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
easy16S
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Midoux Cedric
easy16S
Commits
4024f03f
Commit
4024f03f
authored
Apr 03, 2020
by
Midoux Cedric
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Help INRAE
parent
f945b1b6
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
19 deletions
+4
-19
internals.R
internals.R
+0
-14
panels/Help-ui.R
panels/Help-ui.R
+4
-4
server.R
server.R
+0
-1
www/INRAE.png
www/INRAE.png
+0
-0
www/Irstea.png
www/Irstea.png
+0
-0
No files found.
internals.R
View file @
4024f03f
...
...
@@ -114,17 +114,3 @@ collapsedBox <- function(data, title = title) {
data
)
}
scriptHead
<-
c
(
"# Loading packages"
,
"library(phyloseq.extended)"
,
""
,
"# Loading data"
,
glue
(
"load(\"Easy16S-data.{Sys.Date()}.RData\") # if necessary, adapt the file path"
),
""
,
"# View data"
,
"data"
,
""
)
panels/Help-ui.R
View file @
4024f03f
Help
<-
div
(
HTML
(
"<p>
Questions, problems or comments regarding this application should be sent to
<a href = \"mailto:cedric.midoux@i
rstea.fr?subject=[Easy16S]\">cedric.midoux@irstea
.fr</a>
<a href = \"mailto:cedric.midoux@i
nrae.fr?subject=[Easy16S]\">cedric.midoux@inrae
.fr</a>
</p>
<p>
For more information about this tool, you can refer to
<a href = \"http://migale.jouy.inra.fr/sites/migale.jouy.inra.fr.drupal7.migale.jouy.inra.fr/files/JOBIM2018_poster.pdf\">this poster</a>.
<a href = \"http://migale.jouy.inra
e
.fr/sites/migale.jouy.inra.fr.drupal7.migale.jouy.inra.fr/files/JOBIM2018_poster.pdf\">this poster</a>.
</p>
<p>
...
...
@@ -18,8 +18,8 @@ Help <- div(HTML("<p>
</p>
<br>
<p align=\"center\" position=\"absolute\" bottom\"80px\">
<img src=\"migale.png\" width=\"1
0
0\"/>
<img src=\"I
rstea.png\" width=\"10
0\"/>
<img src=\"migale.png\" width=\"1
5
0\"/>
<img src=\"I
NRAE.png\" width=\"15
0\"/>
</p>
"
)
...
...
server.R
View file @
4024f03f
...
...
@@ -6,7 +6,6 @@ library(phyloseq)
library
(
phyloseq.extended
)
library
(
ggplot2
)
library
(
dplyr
)
library
(
glue
)
library
(
magrittr
)
library
(
factoextra
)
...
...
www/INRAE.png
0 → 100644
View file @
4024f03f
8.43 KB
www/Irstea.png
deleted
100644 → 0
View file @
f945b1b6
46.4 KB
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment