Machine learning algorithms often require features to be the same across datasets. Thisfunction finds common features between a list of cell data set objects and returns a list of cds's that have the same features. Note that this function uses rownames of the 'fData' DataFrame to find the intersect of features common to all cds's
1 | common_features(cds_list)
|
cds_list |
Input cell_data_set object. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.