joey711 / phyloseq

phyloseq is a set of classes, wrappers, and tools (in R) to make it easier to import, store, and analyze phylogenetic sequencing data; and to reproducibly share that data and analysis with others. See the phyloseq front page:
http://joey711.github.io/phyloseq/
567 stars 187 forks source link

How to mask seriation Complex heat map #1698

Closed plaw1985 closed 10 months ago

plaw1985 commented 10 months ago

image

I want variables from my meta data to be the column names and columns should be ordered according to the variable (nested). Is it possible?

this is the code i used to arrange data but its masked by seriation. ps.eukk <-ps.euk %>% ps_arrange(Tree_Number)

Please help me

plaw1985 commented 10 months ago

Columns should not be clustered. How is it possible

plaw1985 commented 10 months ago

Found it. sample_seriation = "Identity", image