data(relmbeta_assignments)
data(relmbeta_counts)
a <- simplify_assignments(split_assignments(relmbeta_assignments))
## Not run:
# otu_heatmap(relmbeta_counts, a, threshold=10)
# otu_heatmap(
# relmbeta_counts, a, threshold=10,
# cluster_rows=FALSE, cluster_cols=FALSE,
# cellwidth=12, cellheight=12)
# ## End(Not run)
heatmap_data <- otu_heatmap(relmbeta_counts, a, threshold=10, plot=FALSE)
head(heatmap_data)
Run the code above in your browser using DataLab