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:
I can't seem to colour my taxa network with plot_net() and I'm not sure why. It works for type="samples", but for "taxa" it gives a object not found error. Reproducible example below:
> packageVersion("phyloseq")
[1] ‘1.22.3’
> R.version
_
platform x86_64-pc-linux-gnu
arch x86_64
os linux-gnu
system x86_64, linux-gnu
status
major 3
minor 4.3
year 2017
month 11
day 30
svn rev 73796
language R
version.string R version 3.4.3 (2017-11-30)
nickname Kite-Eating Tree
Hello there,
I can't seem to colour my taxa network with plot_net() and I'm not sure why. It works for type="samples", but for "taxa" it gives a
object not found
error. Reproducible example below:However, the same command works for type="samples".
Any help will be appreciated!