Skip to contents

Performing the correlation or Fisher test association for a SummarizedExperiment object requires extreme amounts of memory. To reduce the amount of memory necessary, we instead get the individual rows from the consensus assay. We can then remove the NoCalls (no reads) from the individual vectors, further reducing the amount of memory needed.

Usage

RowWiseSplit(se, n_cores = 1, remove_nocalls = TRUE)

Arguments

se

SummarizedExperiment object.

n_cores

Number of cores to use.

remove_nocalls

Do you want to remove NoCall cells?