Description Usage Arguments Value Author(s) Examples
A function that extracts the sample name from the RSEM output file. The format is usually: <samplename>.genes.results
1 | get_samplename_from_rsem_file(file = NULL, pattern = ".genes.results")
|
file |
RSEM filename (required) |
pattern |
pattern in file to extract and remove (optional, default: .genes.results) |
Returns a string containing the sample name.
Richard J. de Borja <richard.deborja@uhnresearch.ca>
1 | samplename <- get_samplename_from_rsem_file(file="S1.genes.results")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.