markers_by_specificity: Simulated group markers

Description Usage Arguments Value Examples

View source: R/markers_by_specificity.R

Description

This function gives you the ranked list of group markers at the specified proportion of top markers (specificity)

Usage

1
markers_by_specificity(rank_df, spec, n_clust)

Arguments

rank_df

The data frame with the ranked group genes as returned by the rank_sim() function.

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.

Value

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.

Examples

1
# TODO

elimereu/matchSCore2 documentation built on April 9, 2020, 5:41 p.m.