deleteIntermediateData: Optional convenience function to delete intermediate data...

View source: R/core.R

deleteIntermediateDataR Documentation

Optional convenience function to delete intermediate data from the function AR_classification_wrapper and summary statistics that may occupy a lot of space

Description

Optional convenience function to delete intermediate data from the function AR_classification_wrapper and summary statistics that may occupy a lot of space

Usage

deleteIntermediateData(GRN)

Arguments

GRN

Object of class GRN

Value

The same GRN object, with some slots being deleted (GRN@data$TFs$classification as well as GRN@stats$connectionDetails.l)

Examples

# See the Workflow vignette on the GRaNIE website for examples
# GRN = loadExampleObject()
# GRN = deleteIntermediateData(GRN)

chrarnold/GRaNIE documentation built on April 28, 2022, 2:18 a.m.