extractFilenameFromDownloadURL | R Documentation |
This function extracts the filename from a GEO download URL. The filename is expected to be a query parameter called "file". If the query parameter is not found, the function returns NULL.
extractFilenameFromDownloadURL(url)
url |
A GEO download URL |
The idea is to use this function to extract filenames that contain important metadata from the GEO RNA-seq quantification.
In particular, the filename is expected to contain the genome build and species information that we can attach to the SummarizedExperiment.
A character vector with the filename
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.