View source: R/check_grlist_cols.R
check_grlist_cols | R Documentation |
Check that at least one of the required columns is in a list of GRanges objects. Elements that do not meet this criterion will be dropped from the list.
check_grlist_cols(grlist, target_cols)
grlist |
Named list of GRanges objects. |
target_cols |
A character vector of column names to search for. |
Named list of GRanges objects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.