Page cover image

🍃TransProPy Manual

TransProPy is a Python package that is part of the TransPro series under the SuperOmics framework.


Welcome

TransProPyïžšA collection of deep learning models that integrate algorithms and various machine learning approaches to extract features (genes) effective for classification and attribute them accordingly.


Table of Contents

These functions usually contain various utilities and helper functions, which can sometimes be considered as low-level functionalities.

ðŸŒŋAuc.pyðŸŒŋAutoNorm.pyðŸŒŋFeatureRanking.pyðŸŒŋLoadData.pyðŸŒŋPrintResults.pyðŸŒŋFilterSamples.pyðŸŒŋGeneNames.pyðŸŒŋGeneToFeatureMapping.py

ðŸŒŋsplitdata.py


ðŸŒģMACFCmain.py

Applying the MACFC selection for relevant feature genes in classification.

ðŸŠīAutoGluonSelectML.py

Trains a model using AutoGluon on provided data path and returns feature importance and model leaderboard.

ðŸŠīAutogluonTimeLimit.py

Trains a model using AutoGluon on provided data path and returns feature importance and model leaderboard.


ðŸŒģUsage of MACFCmain

This module uses the MACFC method to select feature genes relevant to classification and ranks them based on their corresponding weights.

ðŸŠīUsage of Autogluon_TimeLimit/Autogluon_SelectML

Performing training and prediction tasks on tabular data using Autogluon.

Last updated