Skip to content

Commit

Permalink
added tax data; added midpoint color
Browse files Browse the repository at this point in the history
  • Loading branch information
trvinh committed Jun 24, 2021
1 parent 661331d commit 05ac8e4
Show file tree
Hide file tree
Showing 9 changed files with 6,133 additions and 29 deletions.
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
inst/doc
inst/PhyloProfile/data/rankList.txt
inst/PhyloProfile/data/idList.txt
inst/PhyloProfile/data/taxonomyMatrix.txt
inst/PhyloProfile/data/taxonNamesReduced.txt
#inst/PhyloProfile/data/rankList.txt
#inst/PhyloProfile/data/idList.txt
#inst/PhyloProfile/data/taxonomyMatrix.txt
#inst/PhyloProfile/data/taxonNamesReduced.txt
inst/PhyloProfile/data/taxonNamesFull.txt
inst/PhyloProfile/data/preProcessedTaxonomy.txt
inst/PhyloProfile/data/newTaxa.txt
Expand Down
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ Description: PhyloProfile is a tool for exploring complex phylogenetic profiles.
URL: https://github.com/BIONF/PhyloProfileRibi/
BugReports: https://github.com/BIONF/PhyloProfileRibi/issues
License: MIT + file LICENSE
Depends: R (>= 4.0.0)
Depends: R (>= 4.1.0)
Encoding: UTF-8
biocViews: Software, Visualization, DataRepresentation, MultipleComparison, FunctionalPrediction
Imports:
BiocStyle, colourpicker, data.table, DT, energy, ggplot2, shinyBS,
shinyjs, PhyloProfile (>= 1.6.4)
RoxygenNote: 7.1.1
Suggests:
Suggests:
knitr, rmarkdown, testthat,
ape, bioDist, Biostrings, data.table,
ape, bioDist, Biostrings, data.table,
gridExtra, pbapply, RColorBrewer, shiny, OmaDB, plyr, xml2, zoo
VignetteBuilder: knitr
20 changes: 11 additions & 9 deletions R/createProfilePlot.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,17 @@
#' full or subset profiles)
#' @param plotParameter plot parameters, including (1) type of x-axis "taxa" or
#' "genes" - default = "taxa"; (2+3) names of 2 variables var1ID and var2ID -
#' default = "var1" & "var2"; (4) color for lowest var1 - default = "#FF8C00";
#' (5) color for highest var1 - default = "#4682B4"; (6) color for lowest var2 -
#' default = "#FFFFFF", (7) color for highest var2 - default = "#F0E68C", (8)
#' color of co-orthologs - default = "#07D000"; (9+10+11) text sizes for x, y
#' axis and legend - default = 9 for each; (12) legend position "top", "bottom",
#' "right", "left" or "none" - default = "top"; (13) zoom ratio of the
#' co-ortholog dots from -1 to 3 - default = 0; (14) angle of x-axis from 0 to
#' 90 - default = 60; (14) show/hide separate line for reference taxon 1/0 -
#' default = 0; (15) enable/disable coloring gene categories TRUE/FALSE -
#' default = "var1" & "var2"; (4+5) mid value and color for mid value of var1 -
#' default is 0.5 and #FFFFFF; (6) color for lowest var1 - default = "#FF8C00";
#' (7) color for highest var1 - default = "#4682B4"; (8+9) mid value and color
#' for mid value of var2 - default is 1 and #FFFFFF;(10) color for lowest var2 -
#' default = "#FFFFFF", (11) color for highest var2 - default = "#F0E68C", (12)
#' color of co-orthologs - default = "#07D000"; (13+14+15) text sizes for x, y
#' axis and legend - default = 9 for each; (16) legend position "top", "bottom",
#' "right", "left" or "none" - default = "top"; (17) zoom ratio of the
#' co-ortholog dots from -1 to 3 - default = 0; (18) angle of x-axis from 0 to
#' 90 - default = 60; (19) show/hide separate line for reference taxon 1/0 -
#' default = 0; (20) enable/disable coloring gene categories TRUE/FALSE -
#' default = FALSE). NOTE: Leave blank or NULL to use default values.
#' @param taxonHighlight taxon of interst. Default = "none".
#' @param rankName working taxonomy rank (needed only for highlight taxon).
Expand Down
1,326 changes: 1,326 additions & 0 deletions inst/PhyloProfile/data/idList.txt

Large diffs are not rendered by default.

1,326 changes: 1,326 additions & 0 deletions inst/PhyloProfile/data/rankList.txt

Large diffs are not rendered by default.

Loading

0 comments on commit 05ac8e4

Please sign in to comment.