subsetInputList2 {rnaCrosslinkOO} | R Documentation |
subsetInputList2
Description
Subset a list of Input files
Usage
subsetInputList2(InputList, min, max, length)
Arguments
InputList |
the original InputList created with readInputFiles |
min |
the rna of interest that you want to subset |
max |
The number of randomly subsetted chimeric reads you need |
length |
The number of randomly subsetted chimeric reads you need |
Details
Function used to subset a list of Input data created by readInputFiles This function produces the same size list as before but it returns ONLY the rna of interest and also Choose duplexes where the nt difference in position between the one side and other side of an interaction is between min and max
Value
A list of subsetted Input files
[Package rnaCrosslinkOO version 0.1.4 Index]