load_tpm_data | R Documentation |
load_tpm_data
opens a file containing TPM data
and returns a tibble with column names adjusted to
take account of different column name formats.
load_tpm_data(data_file, ...)
data_file |
char, Name of the file to open |
... |
Arguments passed to |
tibble
data <- load_tpm_data(data_file = 'all.tsv')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.