compositional PCA
pca_compos(table, write = TRUE)
a txt file containing a table tabulate separated of the data of features counts (in rows) and samples (in columns)
a logical value indicating to save the data imported
results from the PCA
if (FALSE) {
pca_compos(table, write=TRUE)
}