Dataprep: Normalize count matrix

Description Usage Arguments Value

View source: R/Dataprep.R

Description

This funciton is optional for normalization of runRA3's input count matrix. It implements TF-IDF for matrix normailization.

Usage

1
Dataprep(sc_data, ref_data)

Arguments

sc_data

Input single cell ATAC sequence count matrix, rows refer to features/regions, columns refer to cells.

ref_data

Input reference data, rows refer to observations, columns refer to features/regions.

Value

A list containing following components:

sc_data

Normalized scATAC-seq count matrix with selected features.

ref_data

Normalized reference count matrix with selected features.


cuhklinlab/RA3 documentation built on March 18, 2021, 4:38 p.m.