Learn R Programming

momr (version 1.1)

sampleRandomly: sampleRandomly

Description

This function samples randomly a unique subset of the given indexed vector

Usage

sampleRandomly(v.ind, level = 1.1e+07)

Arguments

v.ind
: a character vector of the indexed reads
level
: default 11e6, the number of reads to be selected randomly. This sould be smaller than the size of v.ind

Value

a character indexed vector

Details

sampleRandomly