Description

Transform the data matrix using centered logratio transformation (CLR) or additive logratio transformation (ALR)

Input

name:type
description
pattern

meta:map

Groovy Map containing additional information. meta.id can be used to name the output files. [id: ‘test’, …]

count:file

Count matrix, where rows = variables or genes, columns = samples or cells. This matrix should not contain zeros. Otherwise, they will be first replaced by the minimun value. You may want to handle the zeros with a different method beforehand.

*.{csv,tsv}

Output

name:type
description
pattern

logratio

meta:map

Groovy Map containing additional information. meta.id can be used to name the output files. [id: ‘test’, …]

*.logratio.tsv:file

ALR/CLR transformed data matrix. With rows = variables or genes, columns = samples or cells.

*.logratio.tsv

session_info

*.R_sessionInfo.log:file

dump of R SessionInfo

*.R_sessionInfo.log

versions

versions.yml:file

File containing software versions

versions.yml