Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 1.32 KB

README.md

File metadata and controls

13 lines (8 loc) · 1.32 KB

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