Description Usage Arguments Value Examples
View source: R/markers_by_specificity.R
This function gives you the ranked list of group markers at the specified proportion of top markers (specificity)
1 | markers_by_specificity(rank_df, spec, n_clust)
|
rank_df |
The data frame with the ranked group genes as returned by the
|
spec |
The proportion of top ranked genes. It has to be a number between 0 and 1. |
n_clust |
The number of simulated cell groups. |
A list with n_clust elements representing their corresponding group
markers. Each element of the list contains the relative set of marker indexes
as ordered in the original rowData(sim).
The list doesn't keep the order of the ranking.
1 | # TODO
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.