Description Usage Arguments Value
This funciton is optional for normalization of runRA3's input count matrix. It implements TF-IDF for matrix normailization.
1 | Dataprep(sc_data, ref_data)
|
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. |
A list containing following components:
sc_data |
Normalized scATAC-seq count matrix with selected features. |
ref_data |
Normalized reference count matrix with selected features. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.