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 Oct. 28, 2024, 7:24 a.m.