Description Usage Arguments Value Author(s) See Also Examples
Create data for customized profile plot based on a selected list of genes and/or taxa.
1 | data_customized_plot(data_heat, selected_taxa, selected_seq)
|
data_heat |
a data frame contains processed profiles |
selected_taxa |
subset of taxa |
selected_seq |
subset of sequences |
A data frame contains data for customized profile plot.
Vinh Tran tran@bio.uni-frankfurt.de
1 2 3 4 | data("full_processed_profile", package="phyloprofile")
selected_taxa <- c("Mammalia", "Echinoidea", "Gunneridae")
selected_seq <- "all"
data_customized_plot(full_processed_profile, selected_taxa, selected_seq)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.