library(dplyr)
sort_tomic(brauer_2008_triple,
sort_type = "arrange", sort_table = "samples",
sort_variables = c("nutrient", "DR")
) %>%
sort_tomic(
sort_type = "hclust",
sort_table = "features",
value_var = "expression"
)
Run the code above in your browser using DataLab