Description Usage Arguments Value Examples
Annotate vector integration sites by CpG site 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 CpG data.
1 2 3 4 5 6 7 8  | data(blast_obj); data(cpg_exam_db)
saveRDS(cpg_exam_db, 
        paste0(system.file("extdata", package = 'RIPAT'),
                            '/GRCh37_cpg.rds'))
blast_cpg = annoByCpG(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.