indexMultiples: Index multiple hits

View source: R/rapt_multi.R

indexMultiplesR Documentation

Index multiple hits

Description

indexMultiples extracts the indicies of the first hit for every multiplicity in the ATO file. The indicies are sorted into a list that is ordered by multiplicity. This list is then returned.

Usage

indexMultiples(ato, cl.n = 3)

Arguments

ato

An ATO data frame. The data frame should be generated by readATO.

cl.n

An integer. The number of cores to use when creating the parallel cluster with makeCluster.

Details

This function uses the parallel package to speed processing of the ATO file. The argument cl.n defines the number of cores to use according to makeCluster.

See Also

multiples, readATO, makeCluster.


aproudian2/rapt documentation built on Dec. 15, 2022, 4:24 a.m.