https://github.com/beiko-lab/evolccm

R package for CCM (Community Coevolution Model)

https://github.com/beiko-lab/evolccm

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 2 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.0%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

R package for CCM (Community Coevolution Model)

Basic Info
  • Host: GitHub
  • Owner: beiko-lab
  • License: gpl-3.0
  • Language: R
  • Default Branch: main
  • Size: 851 KB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 5 years ago · Last pushed over 1 year ago
Metadata Files
Readme License

README.md

evolCCM

R package for CCM (Community Coevolution Model).

Introduction

This is the R implementation for CCM (Community Coevolution Model) from the paper The Community Coevolution Model with Application to the Study of Evolutionary Relationships between Genes Based on Phylogenetic Profiles. This package was written in R v4.0.2 and includes the main functions for profiles simulation, profiles visualization and CCM estimation.

Dependencies

evolCCM requires the following R packages:

```

install.packages("ape")

install.packages("gplots")

library(ape) library(gplots) ```

Installation

Install the package evolCCM from github using devtools:

```

install.packages("devtools")

library(devtools) devtools::install_github("beiko-lab/evolCCM") library(evolCCM) ```

List of functions

  • TreeToDen(): Convert tree to dendrogram for plotting.
  • ProfilePlot(): Plot the profiles along with the tree.
  • SimulateProfile(): Simulate binary profiles.
  • EstimateCCM(): Estimate parameters in CCM model.
  • ProcessAE(): Calculate the standard errors of parameter estimates.

Documentation

For detailed instructions and examples, please see the package manual.

A brief tutorial can also be found here.

A parallel version of the EvolCCM is available here.

Owner

  • Name: Dr. Beiko's Lab
  • Login: beiko-lab
  • Kind: organization
  • Location: Dalhousie University, Halifax, Nova Scotia

GitHub Events

Total
  • Issues event: 1
  • Push event: 1
Last Year
  • Issues event: 1
  • Push event: 1

Dependencies

DESCRIPTION cran