This function filters columns of multiple df in a list, when compared using a vector. Use through lapply().
| 1 | filter_dflist(x, y, uniq_bool = T)
 | 
| x | data frame. It should be a list element if used from lapply. | 
| y | character vector. It should contains gene names found in the colnames of the data frame. | 
| uniq_bool | logical. Whether to return unique rows only. | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.