"Merci de commencer par importer un fichier d'abondance au format BIOM. Celui-ci peut etre obtenu a l'issue du workflow FROGS avec l'operation 'FROGS BIOM to std BIOM'.\nVous pouvez egalement choisir un dataset de demo"
"Firsly, you should select a demo dataset or upload an abundance BIOM file.\nFor example, with Galaxy, this one can be obtained at the end of FROGS workflows with 'FROGS BIOM to std BIOM' tools"
title="Tableau de métadonnées avec en colonne les variables, en ligne les échantillons. \nAssurez vous de bien respecter l'ortographe des noms d'échantillons (1ère colonne). \nL'import d'une table excel est possible mais déconseillé.",
fileInput(
"fileMeta",
label=h4("Metadata :"),
placeholder="data.csv"
)
title="Metadata table with variables (in columns) and samples (in rows). \nMake sure you follow the exact spelling of the sample names (1st column). \nThe import of an excel table is possible but not recommended.",
fileInput("fileMeta",
label="Metadata table : ",
placeholder="data.csv")
),
radioButtons(
"CSVsep",
label="CSV Séparateur",
label="CSV separator : ",
inline=TRUE,
choices=list(
`<tab>`="\t",
...
...
@@ -60,18 +52,16 @@ shinyUI(dashboardPage(
)
),
tags$div(
title="Arbre phylogéniques des OTU enracinné",
fileInput(
"fileTree",
label=h4("Arbre :"),
placeholder="data.nwk"
)
title="Phylogenetic tree",
fileInput("fileTree",
label="Phylogenetic tree : ",
placeholder="data.nwk")
)#,
# tags$div(
# title = "Séquences FASTA des OTU",
# title = "Representative FASTA sequences of OTU",