check_dataless_annotations {metasnf} | R Documentation |
Helper function to stop annotation building when no data was provided
Description
Helper function to stop annotation building when no data was provided
Usage
check_dataless_annotations(annotation_requests, data)
Arguments
annotation_requests |
A list of requested annotations |
data |
A dataframe with data to build annotations |
Value
Does not return any value. This function just raises an error when annotations are requested without any provided data for a heatmap.
[Package metasnf version 1.1.2 Index]