run_tfidf: Runs the tfidf Transformations

View source: R/preprocessing.R

run_tfidfR Documentation

Runs the tfidf Transformations

Description

This function completes the Term Frequency Inverse Document Frequency data transformation on a list of data. This is step is completed by using the text2vec protocol for TF-IDF on the cell data, creating TF-IDF Scores

Usage

run_tfidf(dataList)

Arguments

dataList

A data list of Data sets in the Gene in Row and Cell in Columns format

Value

A data list with TFIDF scores of each Gene-Cell relationship


NWhitener/benchmarking documentation built on Oct. 23, 2023, 12:20 a.m.