prepData: The function prepares data for Original and shuffled DGE

View source: R/SiftCellBoost.R

prepDataR Documentation

The function prepares data for Original and shuffled DGE

Description

The function prepares data for Original and shuffled DGE

Usage

prepData(workingdir, UMIthreshold = 100)

Arguments

workingdir

the working directory with two folders named DGE and shuffleDGE. The shuffleDGE canbe generated byxxx

UMIthreshold

a UMI cutoff that filter out droplet with total UMI below the cutoff

Value

the function returns a list of matrix:originalDGE and shuffleDGE of droplets with UMI bigger or equal than the UMI threshold. In addition a matrix with all droplets is also returned.


jyxi7676/SiftCell documentation built on July 27, 2023, 7:13 a.m.