Description Usage Arguments Value
View source: R/homologue_functions.R
select_and_filter : extracts data from biomaRt, removes missing values
1 | select_and_filter(filters, values, attributes, mart)
|
filters |
Vector of filters for use in a biomaRt select(). |
values |
List (if multiple filters used) or vector of values for use in biomaRt::select(). |
attributes |
Vector of field-names for return from a biomaRt query. |
mart |
A biomaRt 'mart' object. |
A data.frame containing columns for each of the 'attributes' that were selected; and where only complete observations were kept (ie, there is no missing values in the returned data).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.