data_customized_plot: Create data for customized profile plot

Description Usage Arguments Value Author(s) See Also Examples

Description

Create data for customized profile plot based on a selected list of genes and/or taxa.

Usage

1
data_customized_plot(data_heat, selected_taxa, selected_seq)

Arguments

data_heat

a data frame contains processed profiles

selected_taxa

subset of taxa

selected_seq

subset of sequences

Value

A data frame contains data for customized profile plot.

Author(s)

Vinh Tran tran@bio.uni-frankfurt.de

See Also

from_input_to_profile

Examples

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)

trvinh/test documentation built on May 9, 2019, 2:26 a.m.