Description Usage Arguments Details Examples
You could just call DESeq() in your code... or you could call this nifty function, which also saves the output to a table AND an R variable for later use
1 | addHUGOnames(my_df, whichEnsembl, transcript_or_gene)
|
my_df |
A data frame where rownames are ensembl genes |
whichEnsembl |
which biomart dataset to draw from - e.g. "mmusculus_gene_ensembl" |
transcript_or_gene |
"ensembl_gene_id" or "ensembl_transcript_id" |
Returns DESeq results object.
1 | new_results_df <- addHUGOnames(my_results_df, "mmusculus_gene_ensembl", 'ensembl_transcript_id')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.