R/trace_coverage_log.R

Defines functions trace_coverage_log

trace_coverage_log <- function(log) {

	relative <- NULL

	trace_coverage_trace(log) -> raw
	raw %>%
		pull(relative) %>%
		summary_statistics() -> output
	attr(output, "raw") <- raw
	return(output)
}

Try the edeaR package in your browser

Any scripts or data that you put into this service are public.

edeaR documentation built on April 27, 2023, 9:07 a.m.