Description Usage Arguments Value Author(s) See Also Examples
View source: R/createProfilePlot.R
Create data for customized profile plot based on a selected list of genes and/or taxa, containing seed protein IDs (geneID), ortholog IDs (orthoID) together with their ncbi taxonomy IDs (ncbiID and abbrName), full names (fullName), indexed supertaxa (supertaxon), values for additional variables (var1, var2) and the aggregated values of those additional variables for each supertaxon (mVar1, mVar2), number of original and filtered co-orthologs in each supertaxon (paralog and paralogNew), number of species in each supertaxon (numberSpec) and the each supertaxon (presSpec).
1 2 | dataCustomizedPlot(dataHeat = NULL, selectedTaxa = "all",
selectedSeq = "all")
|
dataHeat |
a data frame contains processed profiles (see ?fullProcessedProfile, ?filterProfileData) |
selectedTaxa |
selected subset of taxa. Default = "all". |
selectedSeq |
selected subset of genes. Default = "all". |
A dataframe contains data for plotting the customized profile.
Vinh Tran tran@bio.uni-frankfurt.de
1 2 3 4 | data("superTaxonProfile", package="PhyloProfile")
selectedTaxa <- c("Mammalia", "Saccharomycetes", "Insecta")
selectedSeq <- "all"
dataCustomizedPlot(superTaxonProfile, selectedTaxa, selectedSeq)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.