Skip to content

A portfolio to prove that i can model scATAC-seq data with ML and DL algorithms

Notifications You must be signed in to change notification settings

HiramCillo/ML_DL_on_scATAC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Description of this portfolio

This portfolio contains my notebooks about machine and deep learning algorithms applied on single-cell ATAC-seq data. This data was downloaded from NeuroIPS 2021. There are described below:

In this notebook, i used TabNet, a kind of transformer useful for tabular data. As many now, expressión data is just a matrix. This matrix is contained on my adata object, adata.X. In resume, i used the mentioned matrix and adata.obs["nucleosome_signal"] as my labels, i split it, trained my model and calculate feature importance as you can see below:
feature_imp_tab

Here i used for the first time EpiScanpy and PeakVi. The can be used so easy on this kind of data.

umappeakvi

About

A portfolio to prove that i can model scATAC-seq data with ML and DL algorithms

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published