View source: R/clusterComradesMethodsAndHelpers.R
subsetHybList2 | R Documentation |
Subset a list of hyb files
subsetHybList2(hybList, min, max, length)
hybList |
the original hybList created with readHybFiles |
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 |
Function used to subset a list of hyb data created by readHybFiles 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
A list of subsetted hyb files
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.