ImputeWeights: function to caculate impute weights

Description Usage Arguments

View source: R/ImputeWeight.R

Description

function to caculate impute weights

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
ImputeWeights(
  object = NULL,
  reducedDims = "IterativeLSI",
  dimsToUse = NULL,
  corCutOff = 0.75,
  td = 3,
  ka = 4,
  sampleCells = 5000,
  nRep = 2,
  k = 15,
  epsilon = 1,
  randomSuffix = FALSE,
  threads = 8,
  seed = 1,
  verbose = TRUE,
  ...
)

Arguments

object

an seurat object.

reducedDims

Embedding name in seurat object.

dimsToUse, integer

number of dims to use.

sampleCells

number of sample cells used


RyanYip-Kat/yipCat documentation built on Dec. 18, 2021, 11:55 a.m.