R/trace_length_log.R

Defines functions trace_length_log

trace_length_log <- function(log) {
	absolute <- NULL
	trace_length_case(log) -> raw

	raw %>%
		pull(absolute) %>%
		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.