filter_rows_to_top: Filter Rows to Top

View source: R/utils.R

filter_rows_to_topR Documentation

Filter Rows to Top

Description

Filter rows that match the desired value to the top.

Usage

filter_rows_to_top(df, column, values)

Arguments

df

A data frame

column

Column containing the values of choice

values

Values to be filtered to the top


whtns/seuratTools documentation built on April 9, 2024, midnight