ct.ecdf: Generate a cumulative tally of reads by guide rank

View source: R/GuideCDF.R

ct.ecdfR Documentation

Generate a cumulative tally of reads by guide rank

Description

This function returns a numeric vector of the same length as the input, where each element n contains the proportion the sum of the full vector that is captured by its first 1-n elements (arranged in descending order).

Usage

ct.ecdf(vector)

Arguments

vector

An input numeric vector to be aggregated.

Value

A numeric vector of the cumulative sum

Author(s)

Russell Bainer


RussBainer/gCrisprTools documentation built on Nov. 5, 2022, 2:35 p.m.