Learn R Programming

Seurat (version 2.0.0)

RemoveFromTable: Remove data from a table

Description

This function will remove any rows from a data frame or matrix that contain certain values

Usage

RemoveFromTable(to.remove, data)

Arguments

to.remove

A vector of values that indicate removal

data

A data frame or matrix

Value

A data frame or matrix with values removed by row