Skip to contents

This should be run in an existing dataset package root. Note that there are a number of different options generated by the STAR Salmon pipeline. cBioPortal has confirmed that they prefer normalized counts gene_tpm.tsv and, though not used, find it helpful to also have raw counts gene_counts.tsv.

Usage

cbp_add_expression(expression_data, expression_data_raw = NULL, verbose = TRUE)

Arguments

expression_data

Syn id of normalized gene counts results (default to TPM). See details.

expression_data_raw

(Optional) Syn id of raw counts results. See details.

verbose

Whether to be chatty.