GetFeatureValues: GetFeatureValues

Description Usage Arguments Value

Description

Get expression levels of a given feature for each cell

Usage

1
2
3
4
5
GetFeatureValues(object, ...)

## S3 method for class 'Seurat'
GetFeatureValues(object, features, df = NULL,
  assay = NULL, slot = NULL, bins = NULL, suffix = NULL, ...)

Arguments

object

Seurat object to get feature data from

...

not used

features

Feature (genes expression, metadata, etc...) to retrieve data for

df

Plotting data frame to which to add the popup data.

assay

Assay to pull feature data from. Default: NULL

slot

Slot to pull feature data from. Default: NULL

bins

If provided, divide the values in the given number of bins.

suffix

If given, add this suffix to the end of cells returned.

Value

data.frame

data.frame


milescsmith/SeuratPlotly documentation built on June 5, 2019, 1:16 a.m.