remove_empty_strings | R Documentation |
The WHERE clauses for target and mirna use allow for multiple arguments always separated by 'OR' and several columns are checked for each value (mirna id, acc; target symbol, entrez, ensemble). If empty strings "" are present in the get_multimir arguments, Targets and miRNA with empty values in one of these columns will be incorrectly returned. – thus purge empty strings first.
remove_empty_strings(x)
x |
A character vector |
A character vector with empty strings removed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.