prepare_dataset {ScRNAIMM} | R Documentation |
Prepare the data set for the imputation
Description
This function aims to get the indices where all genes are zeros or genes that is expressed on only one sample per cell
Usage
prepare_dataset(filtered_data, cluster_labels)
Arguments
filtered_data |
ScRNA-seq data set generate by filter_ScRNA function |
cluster_labels |
cell labels |
Value
a data frame that contains the processed ScRNA-seq data
Author(s)
Mohamed Soudy Mohmedsoudy2009@gmail.com
[Package ScRNAIMM version 0.1 Index]