Skip to content

AttentionAML: an Attention-based MLP Model for Identifying Acute Myeloid Leukemia Subtypes

Notifications You must be signed in to change notification settings

wan-mlab/AttentionAML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AttentionAML: an Attention-based MLP Model for Identifying Acute Myeloid Leukemia Subtypes

AttentionAML (an Attention-Based MLP Model for Identifying Acute Myeloid Leukemia Subtypes), an accurate and effective model for AML subtype identification based on transcriptomic profiling only.

Installation

  1. Clone the AttentionAML git repository
git clone https://github.com/wan-mlab/AttentionAML.git
  1. Navigate to the directory of AttentionAML package
cd /your path/AttentionAML
pip install .

Tutorial

Jupyter notebook

  1. Modify the System Path and import module
import sys; sys.path.append('AttentionAML')
from AttentionAML import AttentionAML
  1. unzip and read the test file
test = pd.read_csv('TPM_test.csv', index_col=0)
  1. AML subtype prediction
AttentionAML.Predict(Exp = test, exp_type = 'TPM')

Authors

Lusheng Li, Shibiao Wan

About

AttentionAML: an Attention-based MLP Model for Identifying Acute Myeloid Leukemia Subtypes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages