gamma: Estimating gamma from taxaExp objects.

Usage Arguments Value References Examples

Usage

1
2
estgamma(objects = NULL, taxa = NULL, subtaxa = NULL, method = c("sou",
  "ced", "pea", "souln", "nbdln", "euc", "cos", "jsd"))

Arguments

objects

a vector of objects of class taxonExp or an object of class taxaExp

taxa

one single character or a vector of characters specifying main taxa selected for calculating gammaD and gammaE. If one single character "all" is given, all the taxa included in the taxaExp will be matched and selected ("all" by default).

subtaxa

one single character or a vector of characters sepcifying sub taxa selected for calculating gammaD and gammaE. #' If one single character "all" is given, all the taxa included in the taxaExp will be matched and selected ("all" by default).

method

specifying which distance method to be used to estimate expression phylogeny in bootstrapping.

Value

returns a data frame of six columns, refer to details for more information.

References

Gu,X. 2016. Understanding tissue expression evolution: from expression phylogeny to phylogenetic network. Brief. Bioinformatics, 17, 249-254.

Examples

1
2
3
4
5
data(tetraexp)
gamma.df <- estgamma(tetraexp.objects, taxa = "all",
                     subtaxa = c("Brain", "Cerebellum"),
                     method = "pea")
gamma.df

HangRuan1912/phyExp documentation built on July 15, 2019, 9:01 p.m.