Skip to the content.

Python Dependencies Contributions welcome Status

MathFeature

Feature Extraction Package for Biological Sequences Based on Mathematical Descriptors

HomeKey FeaturesList of filesDependenciesInstallingHow To UseCitation

Numerical Mapping and Fourier Transform - Protein

To use this model, follow the example below:

To run the code (Example): $ python3.7 methods/Mappings-Protein.py -n number of datasets/labels -o output -r representation


Where:

-h = help

-n = number of datasets/labels

-o = output - CSV format file, e.g., test.csv

-r = representation/mappings, e.g., 2 = Accumulated Amino Acid Frequency with Fourier, 4 = Kmer Frequency Mapping with Fourier, 6 = Integer Mapping with Fourier, 8 = EIIP Mapping with Fourier.

Running:

$ python3.7 methods/Mappings-Protein.py -n 2 -o dataset.csv -r 2

Note Input sequences for feature extraction must be in fasta format.

Note This example will generate a csv file with the extracted features.