Skip to contents

Takes same data input as ggoncoplot and returns a dataframe with 'Sample' and 'Gene' columns ONLY for sample-gene pairs that are unmutated. This lets us colour render them separately (as grey)

Usage

get_nonmutated_tiles(data)

Arguments

data

transformed data from ggoncoplot_prep_df() (data.frame)

Value

a dataframe with 'Sample' and 'Gene' columns ONLY for sample-gene pairs that are unmutated. This lets us colour render them separately (as grey) (data.frame)