Finds common features in a list of single cell objects
common_features.Rd
Machine learning algorithms often require features to be the same across datasets. This function finds common features between a list of cell data set objects (monocle3) and returns a list of cds's that have the same features. Note that this function uses rownames of the 'fData' DataFrame (monocle3) and the rownames of the seurat_object to find the intersect of features common to all objects
Machine learning algorithms often require features to be the same across datasets. This function finds common features between a list of cell data set objects (monocle3) and returns a list of cds's that have the same features. Note that this function uses rownames of the 'fData' DataFrame (monocle3) and the rownames of the seurat_object to find the intersect of features common to all objects