View source: R/OmicSelector_merge_formulas.R
OmicSelector_merge_formulas | R Documentation |
Merge and filter formulas. This function can be used to merge the formulas*.RDS created by different runs of 'OmicSelector_OmicSelector()' and filter them to keep the maximum number of miRNAs. This may be useful in planning qPCR validation. The result of this function is 'featureselection_formulas_final.RDS' file, which can be futher supplied to 'OmicSelector_benchmark()'.
OmicSelector_merge_formulas(wd = getwd(), max_miRNAs = 11, add = list())
wd |
Working directory with formulas*.RDS files. |
max_miRNAs |
Maximum number of miRNAs to be selected in formulas. |
add |
List of additional sets that should be added to the formulas. |
Final formulas object, also save as 'featureselection_formulas_final.RDS' in working directory.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.