normPmatrix: normalize peak matrix based on TF-IDF and other algorithms

View source: R/util.R

normPmatrixR Documentation

normalize peak matrix based on TF-IDF and other algorithms

Description

normalize peak matrix based on TF-IDF and other algorithms

Usage

normPmatrix(obj, method = "TfIDF", scale.factor = 10000)

Arguments

obj

p2 object

method

TfIDF: LSI TF-IDF normalization in Stuart & Butler et al. 2019 log-TfIDF: The log-TF method TF: IDF normalization no TF

Value

normalized peak matrix


huqiwen0313/snarePip documentation built on June 11, 2022, 5:34 p.m.