Description Usage Arguments Value Filters Formats Features Examples
This function allows the use of the HCA Matrix API
1 2 3 4 5 6 7 8 9 10 11 12 13 | HCAMatrix()
available_filters(api)
filter_detail(api, filter_name)
available_formats(api)
format_detail(api, format_name)
available_features(api)
feature_detail(api, feature_name)
|
api |
An HCAMatrix API object |
filter_name |
character(1) The name of the filter to get more detail on |
format_name |
character(1) The format for which to obtain more detail on |
feature_name |
character(1) The feature for which to obtain more detail on |
An object of class 'HCAMatrix'
* available_filter - Get a list of filters within the API to filter with * filter_detail - Obtain more detail on a particular filter name
* available_formats - Get a list of matrix format outputs * format_detail - Obtain more detail on a particular matrix file format
* available_features - Get a list of feature outputs, either genes or transcripts * feature_detail - Obtain more information on a matrix feature type
1 | hca <- HCAMatrix()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.