https://github.com/databio/epihet

Calculating epigenetic heterogeneity

https://github.com/databio/epihet

Science Score: 23.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
  • Academic publication links
  • Committers with academic emails
    1 of 3 committers (33.3%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.6%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

Calculating epigenetic heterogeneity

Basic Info
  • Host: GitHub
  • Owner: databio
  • Language: R
  • Default Branch: master
  • Homepage:
  • Size: 489 KB
Statistics
  • Stars: 1
  • Watchers: 17
  • Forks: 1
  • Open Issues: 1
  • Releases: 0
Created over 9 years ago · Last pushed over 7 years ago
Metadata Files
Readme Changelog

README.md

Epihet: Epigenetic heterogeneity from DNA methylation

Build Status

Epihet calculates a the PIM score, which measures the epigenetic heterogeneity in a bisulfite sequencing sample. Under the assumption that a homogeneous sample will have mostly CpGs with either 100% or 0% DNA methylation, it follows that the proportion of sites that differ from these two extremes can be used as a measure of sample heterogeneity.

Installing

Install the development version of epihet directly from GitHub:

```{r}

devtools::install_github("databio/epihet")

```

or locally after downloading/cloning the source code:

```{r}

install.packages("path/to/epihet/directory", repos=NULL, type="source")

```

How to use

Please see the vignettes for details.

Owner

  • Name: Databio
  • Login: databio
  • Kind: organization
  • Location: University of Virginia

Solving problems in computational biology

GitHub Events

Total
Last Year

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 140
  • Total Committers: 3
  • Avg Commits per committer: 46.667
  • Development Distribution Score (DDS): 0.136
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
VP Nagraj v****j@v****u 121
nsheff n****f 18
U-John-PC\John L 7****n@g****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 8
  • Total pull requests: 0
  • Average time to close issues: 23 days
  • Average time to close pull requests: N/A
  • Total issue authors: 2
  • Total pull request authors: 0
  • Average comments per issue: 2.25
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • vpnagraj (5)
  • nsheff (3)
Pull Request Authors
Top Labels
Issue Labels
bug (1) enhancement (1)
Pull Request Labels

Dependencies

DESCRIPTION cran
  • R >= 2.10 depends
  • simpleCache * enhances
  • MIRA * imports
  • binom * imports
  • data.table * imports
  • BiocStyle * suggests
  • bsseq * suggests
  • bsseqData * suggests
  • devtools * suggests
  • knitr * suggests
  • rmarkdown * suggests
  • testthat * suggests