Transforms data frame holding variant information to a matrix that can be used as OncoPrint input
Source:R/wrangle.R
prepare_dataframe_for_oncoprint.RdTransforms data frame holding variant information to a matrix that can be used as OncoPrint input
Usage
prepare_dataframe_for_oncoprint(
variant_data_frame,
id_column = "sample_id",
gene_column = "gene",
variant_type_column = "consequence_s"
)