Description Usage Arguments Value See Also Examples
Prepare the annotation from ENSEMBL through biomaRt. This
function is modified from the function PrepareAnnotationEnsembl
in customProDB.
1 2 |
mart |
See detail in function |
annotation_path |
See detail in function |
splice_matrix |
See detail in function |
dbsnp |
See detail in function |
transcript_ids |
See detail in function |
COSMIC |
See detail in function |
... |
Additional arguments |
Several .RData file containing annotations needed for following analysis.
1 2 3 4 5 6 7 8 9 10 | ensembl <- biomaRt::useMart("ENSEMBL_MART_ENSEMBL", dataset="hsapiens_gene_ensembl",
host="grch37.ensembl.org", path="/biomart/martservice",
archive=FALSE)
annotation_path <- tempdir()
transcript_ids <- c("ENST00000234420", "ENST00000269305", "ENST00000445888")
PrepareAnnotationEnsembl2(mart=ensembl, annotation_path=annotation_path,
splice_matrix=FALSE, dbsnp=NULL, transcript_ids=transcript_ids,
COSMIC=FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.