-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
The README says that the input dataset should be in feature x sample format:
Lines 95 to 100 in 4f642d1
| parser.add_argument( | |
| "--meta_csv", | |
| required=True, | |
| type=str, | |
| help="csv file contained metabolomics values (must >= 0), each column is a sample and each row is a metabolite.", | |
| ) |
but read_and_preprocess from 'src/normae/cli.py' expect samples in rows:
Line 41 in 4f642d1
| indice_inter = info_df.index.intersection(meta_df.index) |
Metadata
Metadata
Assignees
Labels
No labels