Skip to content

pbradleylab/repermulize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repermulize

Repermulize is an R package that uses a phenotype vector across species, a phylogenetic tree, and a gene matrix such as gene presence/absence or pangenome prevalence across those same species. First, the function aligns the species shared by the tree, the phenotype, and the gene matrix, then prunes the tree and reorders the phenotype so everything matches tip-for-tip. Then, the phenotype is converted into phylogenetically independent contrasts (PICs), so the downstream regression is done in phylogenetically corrected space rather than treating species as independent samples. The same PIC conversion is also applied gene-by-gene to the predictor matrix unless the genes are already supplied as PICs.

This is an accompanying package for phylogenize to run the repermulize module. Some dependencies in here are not needed for Repermulize but are needed for phylogenize2. This should be corrected in the future, but for now unfortunately, this is how this is.

Install

Install with bioconda using conda install -b bioconda repermulize and run with library(repermulize)

Functions

permulate(): simulate a random trait on the tree, rank the simulated values, and then replace them with the sorted observed phenotype values so the null trait keeps the original phenotype distribution while following the tree structure.

permutrate(): infer edge-wise contrast-like rates on the tree, bin edges, scramble rates within bins, reconstruct a new trait from the scrambled rates, and optionally remap values back by rank.

About

Repermulize statistical method for phylogenize2

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages