File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ #!/usr/bin/env python-real
2+ # -*- coding: utf-8 -*-
13from __future__ import print_function
24from sklearn .decomposition import PCA
35import pandas as pd
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <executable >
3+ <category >Shape Analysis.Advanced</category >
4+ <title >MFSDA_selectVariablesPCA</title >
5+ <description ><![CDATA[ This provides a commandline interface to run MFSDA_selectVariablesPCA.]]> </description >
6+ <version >1.0.0</version >
7+
8+
9+ <contributor >Loic Michoud,Mateo Lopez (UNC)</contributor >
10+
11+ <parameters >
12+ <label >IO</label >
13+ <description >Inputs parameters</description >
14+ <file fileExtensions =" .csv" >
15+ <name >csv</name >
16+ <longflag >csv</longflag >
17+ <label >Covariate csv file</label >
18+ <channel >input</channel >
19+ <description >Table of covariates ex. age gender group veCadherinP</description >
20+ </file >
21+ <integer >
22+ <name >num_components</name >
23+ <longflag >num_components</longflag >
24+ <label >Number of components</label >
25+ <channel >input</channel >
26+ <description >Number of principal components for pearson correlation analysis</description >
27+ </integer >
28+ <directory >
29+ <name >output</name >
30+ <longflag >output</longflag >
31+ <label >Output Directory</label >
32+ <channel >output</channel >
33+ <description >output shape</description >
34+ <default >./out</default >
35+ </directory >
36+ </parameters >
37+ </executable >
38+
You can’t perform that action at this time.
0 commit comments