Description Usage Arguments Value Examples
Annotate vector integration sites by clinical variant data.
1 2 3 4 5 6 7 |
hits |
GR object. This object made by |
ran_hits |
GR object or list. This object is output of |
mapTool |
Character. Function uses two types of object |
organism |
Character. This function can run by two versions of organisms |
interval |
Integer. This number means interval number |
range |
Integer array. The range of highlight region for analysis. |
outPath |
String. Plots are saved in this path. |
outFileName |
Character. Attached ID to the result file name. |
Return a result list that is made up of insertion and distribution result tables and GenomicRange object of clinical variant data.
1 2 3 4 5 6 7 | data(blast_obj); data(var_exam_db)
saveRDS(var_exam_db,
paste0(system.file("extdata", package = 'RIPAT'),
'/GRCh37_clinvar.rds'))
blast_clivar = annoByVar(hits = blast_obj, ran_hits = NULL,
outFileName = 'blast_res')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.