get_mr_set | R Documentation |
Returns set of candidate master regulators or markers from the given mr.list object.
get_mr_set( mr.list, num.mrs = 10, reg.class = c("regulator", "marker"), reg.sign = c("pos", "neg") )
mr.list |
MR List, such as that generated by 'stouffer_cluster_mrs' or 'kappa_cluster_mrs'. |
num.mrs |
Number of MRs to return for each cluster. Defualt of 10. |
reg.class |
Class of proteins to return. One of ‘c(’regulator', 'marker')', with 'regulator' as default. |
reg.sign |
Sign of proteins to return. One of ‘c(’pos', 'neg')', with 'pos' as default. |
A dataframe with proteins and assocaited clusters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.