findMatch: Find match

View source: R/findMatch.R

findMatchR Documentation

Find match

Description

Given two matching vectors of different scales (e.g. raw and cpm), find out which values map with each other, e.g. which cpm corresponds to a raw count of 10?

Usage

findMatch(counts1_v, counts2_v, checks_v)

Arguments

counts1_v

same scale as the values in checks_v

counts2_v

scale that will find equivalent

checks_v

values to test


weshorton/wrh.rUtils documentation built on Feb. 6, 2025, 5:30 a.m.