compositional PCA

pca_compos(table, write = TRUE)

Arguments

table

a txt file containing a table tabulate separated of the data of features counts (in rows) and samples (in columns)

write

a logical value indicating to save the data imported

Value

results from the PCA

Examples

if (FALSE) {
pca_compos(table, write=TRUE)
}