addGeneName4Ensembl | R Documentation |
Add "gene name" column to the attachments (eg. snv.tsv and idl.tsv) of report if there is a demand (optional function). This function is useful for "Ensembl" IDs.
addGeneName4Ensembl(mart, report = "report")
mart |
See detail in function |
report |
The report directory for adding gene names. |
none
## Not run: library(PGA) # set the biomaRt parameters just as "PrepareAnnotationEnsembl2" did mart <- biomaRt::useMart("ENSEMBL_MART_ENSEMBL", dataset="hsapiens_gene_ensembl", host="grch37.ensembl.org", path="/biomart/martservice", archive=FALSE) addGeneName4Ensembl(mart=mart,report="report") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.