Description Usage Arguments Details Value
Transforms a list of matrices (with the same columns ['objects', 'counts'])
into a concatenated data.frame.
1 | util.list_to_df(lst)
|
lst |
List with matrices. |
This method first uses the util.list_to_matrix method to
convert the given list of matrices to the concatenated version of all
matrices stored in a single matrix. Afterwards the derived matrix is
transformed into the data.frame returned by the function.
data.frame being the concatenated version of all matrices in
list lst.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.