-
Notifications
You must be signed in to change notification settings - Fork 1
Matrix_dimred_v31
Adrian Quintana edited this page Dec 11, 2017
·
1 revision
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
-o <output> $`-m <dimRefMethod`PCA> where <dimRefMethod> can be:
-
- $
--dout <d2> <method=CorrDim> where <method> can be: - CorrDim
- $
--saveMapping <fn> $: Input dimension $: Number of observations in the input matrix
xmipp_matrix_dimred -i matrixIn.txt -o matrixOut.txt --din 30 --dout 2 --samples 1000