View source: R/liana_recomplexify.R
recomplexify | R Documentation |
Helper function to account for complexes in the resources
recomplexify(lr_res, columns, add_columns, ...)
lr_res |
decomplexified* lr_res |
columns |
columns to account for complexes for (obtained via the 'ScoreSpecifics' class) |
... |
placeholder One could choose to do any other type of mean: geometric, TriMean, etc. |
to be passed before the relevant score_calc function; * decomplexified refers to complexes being broken into subunits which are then treated as seperate entities and re-assembled into complexes (or 'recomplexified') by this function
Note that we call ‘account_missing' function to assign any complex with missing subunits’s relevant columns and expression proportion to 0. This then results in the whole complex being then being filtered (by default) or considered as non-expressed.
complex-accounted lr_res, with both complex and subunit genesymbols
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.