indexMultiples | R Documentation |
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.
indexMultiples(ato, cl.n = 3)
ato |
An ATO data frame. The data frame should be generated by
|
cl.n |
An integer. The number of cores to use when creating the parallel
cluster with |
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
.
multiples
, readATO
,
makeCluster
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.