aertslab / SCENIC

SCENIC is an R package to infer Gene Regulatory Networks and cell types from single-cell RNA-seq data.
http://scenic.aertslab.org
GNU General Public License v3.0
396 stars 94 forks source link

Break down the S4 class object of 3.4_regulonAUC.Rds #106

Closed candacelei closed 2 years ago

candacelei commented 4 years ago

This .Rds object in "/int" contains the AUC matrix of the gene sets and the cells (a ShallowSimpleListAssays object). How do I extract the whole matrix and save it as a data frame in R? Thanks!