| show_markers | R Documentation | 
A function to show the composition of combinations of interest.
show_markers(markers_table, selected_combinations)
| markers_table | a data.frame with combinations returned by combi(). | 
| selected_combinations | a numeric vector that specifies the combinations of interest. | 
a data.frame containing the selected combinations and their composing markers.
## Not run: 
demo_data # combiroc built-in demo data (proteomics data from Zingaretti et al. 2012 - PMC3518104)
combs <- combi(data= demo_data, signalthr=450, combithr=1, case_class='A')  # compute combinations
#  To show the composition of combinations of interest.
show_markers(markers_table = combs, selected_combinations = c(1,11))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.