View source: R/data_loading_utils.R
assert_rnaseq_df_is_formatted_correctly | R Documentation |
Runs a bunch of assertions on the supplied rnaseq dataframe to determine whether it is valid. Will error if it is not.
assert_rnaseq_df_is_formatted_correctly(rnaseq_df)
rnaseq_df |
Dataframe containing at least three columns, named "Tumor_Sample_Barcode", "Hugo_Symbol" and "TPM". May optionally include columns named "Fold_Change" and "Transcript" (dataframe) |
Nothing, run for its side effects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.