View source: R/feature_annotation.R
Obtain the GC percentage for a set of genes from a biomaRt database
1 2 | get_gc_percent(feature_ids, mart, feature_column = "ensembl_gene_id",
gc_column = "percentage_gc_content")
|
feature_ids |
A set of gene IDs. |
mart |
A biomaRt 'Mart' Dataset object. |
feature_column |
The column of the 'mart' dataset that contains IDs of the same type as the 'feature_ids'. |
gc_column |
The column of the 'mart' dataset that contains the GC percentage values for the genes / features. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.