Description Usage Arguments See Also Examples
View source: R/summarizeMulticf.R
This function summarizes the scenarios of all the groupings for each of
the trees, and generates barplots showing the numbers of removing sequences
by species (datasets), genetrees (genes) and groupings into pdf files.
1 2 3 4 5 6 7 8 | summarizeMulticf(
x,
trees,
plot.tree = TRUE,
write.table = TRUE,
rm.col = c(rmOnce = "red", rmMulti = "blue"),
...
)
|
x |
an object from " |
trees |
a list of objects of class " |
plot.tree |
a logical specifying whether to plot |
write.table |
a logical specifying whether to write out text files
containing the summarized number and names of sequences suggested to be removed
by |
rm.col |
a character vector specifying the colors for tips removing by one grouping
(defalts to |
... |
other arguments to be passed to |
1 2 3 4 5 6 7 8 9 10 11 12 | ## Not run:
data(Brassidata)
trees <- Brassidata$trees
taxa <- Brassidata$taxaTable
# perform cladeFilter analysis
ures <- cladeFilter(trees = trees, taxa = taxa, level = 2)
# summarize cladeFilter results with multiple groupings
usum <- summarizeMulticf(ures, trees, plot.tree = FALSE, write.table = FALSE)
# to make barplots
utest <- barplotMulticf(x = usum, reorder="up", plot = TRUE, pdf=FALSE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.