Description Usage Arguments Value Examples
Annotate vector integration sites by CpG site data.
1 2 3 4 5 |
hits |
a GR object. This object made by |
mapTool |
a single character. Function serves two types of object such as outputs from BLAST and BLAT. Default is 'blast'. If you want to use BLAT result, use 'blat'. |
organism |
a single character. This function can run by two versions of organisms such as GRCh37, GRCh38 (Human). Default is 'GRCh37'. |
interval |
an integer vector. This number means interval number for distribution analysis. Default is 5000. |
range |
an integer array. The range of highlight region for analysis. Default range is c(-20000, 20000). |
doRandom |
TRUE or FALSE. If user types TRUE, random set is generated and user can do random distribution analysis. Default is TRUE. If this value is FALSE, random distribution analysis is not executed. |
randomSize |
an integer vector. A random set size. Default is 10000. |
includeUndecided |
TRUE or FALSE. If user want to use undecided hits in analysis, enter TRUE. Default is FALSE. |
outPath |
an string vector. Plots are saved in this path. Default value is R home directory. |
outFileName |
a character vector. 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 | 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, doRandom = FALSE, outFileName = 'blast_res')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.