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

Complex Networks - v2 - New Features (Faster and without threshold)

This method generates features based on complex networks, see our pipeline in this article. To use this model, follow the example below:

To run the tool (Example): $ python3.7 methods/ComplexNetworksClass-v2.py -i input -o output -l label -k kmer


Where:

-h = help

-i = Input - Fasta format file, e.g., test.fasta

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

-l = Label - Dataset Label, e.g., lncRNA, mRNA, sncRNA

-k = k size, e.g., 2 (k1, k2), 3 (k1, k2, k3).

Running:

$ python3.7 methods/ComplexNetworksClass-v2.py -i sequences.fasta -o sequences.csv -l mRNA -k 3

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

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