# NOT RUN {
data(brca)
# Run iDINGO with microRNA, RNA, and protein data.
# Generally, we recommend a minimum of 100 bootstraps.
# }
# NOT RUN {
fit <- idingo(brca$mirna, dat2 = brca$rna, dat3 = brca$prot,
x = brca$class, plats = c("microRNA", "RNA", "Protein"),
diff.score = TRUE, B = 20, cores = 2)
# }
Run the code above in your browser using DataLab