linCor: Use mutual linearity to find cell-type gene signatures and do...

Description Usage Arguments Value

View source: R/linCor.R

Description

The function finds cell-type gene signatures and does deconvolution using the linseed pacakge

Usage

1
2
3
4
5
6
7
8
linCor(
  yref,
  iters = 100,
  pval = 0.01,
  n.types = NULL,
  scree = "cumvar",
  logTransform = F
)

Arguments

yref

matrix, numeric expression matrix

iters

numeric, number of interations

pval

numeric, p-value cutoff

n.types

integer, number of cell-types

scree

character, method to estimate n.types if n.types is NULL

logTransform

logical, T/F if yref is in log-scale

Value

list with cell-type proportions and expression


bhattacharya-a-bt/DeCompress documentation built on March 28, 2021, 3:52 a.m.