indexFlow: Find flow corresponding to a given base position

View source: R/454.R

indexFlowR Documentation

Find flow corresponding to a given base position

Description

Find flow corresponding to a given base position

Usage

indexFlow(flow, coords)

Arguments

flow

vector of flow values (e.g. produced by seq2flow)

coords

1-based coordinates of desired positions

Value

flow number for each coord. Infinity if coordinate is outside sequence.

Examples

indexFlow(seq2flow('CCTTAA'),1:6)
indexFlow(seq2flow('GTGTG'),1:5)

sherrillmix/dnar documentation built on July 18, 2022, 10:07 p.m.