generateGRNList_Seurat.Rd
Either this or generateGRNList_custom can be used to automatically populate a list with GRaNIE objects
for further analysis using the functions from this package that have the GRN.list
argument.
Character string specifying the root directory in which the GRaNIE objects are located
Character string specifying the prefix of the file names to look for. Default is `"output_pseudobulk_clusterRes"`.
Numeric vector specifying the resolutions to consider. Default is `NULL`, which means all resolutions will be considered.
Character string specifying the suffix of the file names to look for. Default is `"_RNA_limma_quantile_ATAC_DESeq2_sizeFactors"`.
Character vector specifying the file compression formats to look for. Options are `"qs"` and `"rds"`. Default is both.
Character vector specifying the slots to delete from the Seurat objects to save memory. Default includes `"annotation"`, `"visualization"`, `"graph"`, `"stats"`, and `"data"`.
A list of GRN objects generated from the GRaNIE objects found in the specified directory.