View source: R/SiftCellBoost.R
prepData | R Documentation |
The function prepares data for Original and shuffled DGE
prepData(workingdir, UMIthreshold = 100)
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 |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.