Skip to content

❗ This is a read-only mirror of the CRAN R package repository. eCV — Enhanced Coefficient of Variation and IDR Extensions for Reproducibility Assessment. Homepage: https://github.com/eclipsebio/eCV Report bugs for this package: https://github.com/eclipsebio/eCV/issues

cran/eCV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Enhanced Coefficient of Variation and IDR Extensions for Reproducibility Assessment

CRAN status cran checks Downloads Downloads Visitors

This package provides extensions and alternative methods to measure the reproducibility of omic data with an arbitrary number of replicates. It introduces an enhanced Coefficient of Variation (eCV) metric to assess the likelihood of omic features being reproducible. Additionally, it offers alternatives to the Irreproducible Discovery Rate (IDR) calculations for multi-replicate experiments. These tools are valuable for analyzing high-throughput data in genomics and other omics fields.

Install from CRAN.

# Copy and paste in R session.
install.packages("eCV")

Install developer version.

# Copy and paste in R session.
if (require("remotes") == FALSE) install.packages("remotes")
install_github("eclipsebio/eCV")

Load package in your R session.

library("eCV")

Vignette.

utils::vignette("eCV_vignette")

About

❗ This is a read-only mirror of the CRAN R package repository. eCV — Enhanced Coefficient of Variation and IDR Extensions for Reproducibility Assessment. Homepage: https://github.com/eclipsebio/eCV Report bugs for this package: https://github.com/eclipsebio/eCV/issues

Resources

Stars

Watchers

Forks

Packages

No packages published