Skip to content

Bug: mismatch between example / normae CLI help and read_and_preprocess #10

@Freddsle

Description

@Freddsle

The README says that the input dataset should be in feature x sample format:

NormAE/src/normae/cli.py

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:

indice_inter = info_df.index.intersection(meta_df.index)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions