The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
You can install the released version of mycolorsTB from GitHub with:
install.packages("devtools")
::install_github("PathoGenOmics-Lab/mycolorsTB") devtools
show(mycolorsTB::mycolors) #vector with lineage names
show(mycolorsTB::classicTB) #vector witout lineage names
<img src=“https://github.com/PathoGenOmics-Lab/mycolorsTB/blob/main/images/mycolores.png” title=mycolors palette” style=“width:1000px; height: auto;”>
library(ggplot2)
library(mycolorsTB)
# Example data
data <- data.frame(
x = 1:14,
y = rnorm(14),
group = rep(c(paste0("A", 1:4), paste0("L", 1:10)), each = 1)
)
# Fill: Plot with mycolors lineages names
ggplot(data, aes(x = x, y = y, fill = group)) +
geom_bar(stat = "identity") +
scale_fill_mycolors() + # scale_fill_manual(values = mycolors)
theme_minimal()
<img src=“https://github.com/PathoGenOmics-Lab/mycolorsTB/blob/main/images/example1.png” title=mycolors palette” style=“width:1000px; height: auto;”>
#d1ae00
#8ef5c8
#73c2ff
#ff9cdb
#ff3091
#001aff
#8a0bd2
#ff0000
#995200
#1eb040
#fbff00
#ff9d00
#37ff30
#8fbda1
(L8,((L1,(L7,(L4,(L2,L3)))),(L5,((A2,(A3,A4)),(A1,(L10,(L6,L9)))))));
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.