get_cel_filenames | R Documentation |
This function takes a directory as parameter and return a string vector of the .CEL.gz files that it contains.
get_cel_filenames(dir, full.names = TRUE, ERROR_IF_EMPTY = TRUE)
dir |
A character string to consider. |
full.names |
A logical value. |
ERROR_IF_EMPTY |
A logical value that allow to not throw an error if dir do not contain any .CEL.gz file. |
It returns a string vector of the .CEL.gz files.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.