Skip to content

Matrix_dimred_v31

Adrian Quintana edited this page Dec 11, 2017 · 1 revision

!xmipp_matrix_dimred (v3.1)

Usage

This program takes an input matrix, whose rows are individual observations and projects each sample onto a lower dimensional space using the selected method

Parameters

$``: Input matrix with data. Each observation is a row. $-o &lt;output> $`-m <dimRefMethod`PCA> where <dimRefMethod> can be:

    • $--dout &lt;d2> <method=CorrDim> where <method> can be:
    • CorrDim
    • $--saveMapping &lt;fn> $: Input dimension $: Number of observations in the input matrix

Examples and notes

xmipp_matrix_dimred -i matrixIn.txt -o matrixOut.txt --din 30 --dout 2 --samples 1000

User's comments

Clone this wiki locally