Description Usage Arguments Value
After load CpG island informaton from a ucsc data file, this function shows CpG island information related with vector integrated sites. User can get query sequence inserted in CpG site and distribution graph by this function.
1 |
hits |
a GR object. This object made from *makeInputs* function. |
randomSet |
TRUE or FALSE. For random distribution, function makes random set, if user enter TRUE. If this value is FALSE, random distribution analysis is not executed. Default is TRUE. |
mapTool |
a character. Function serve two types of file such as outputs from BLAST and BLAT. Default is 'blast'. If you want to use BLAT output, use 'blat'. |
organism |
a single character. This function serves 3 versions of organisms such as hg19, hg38 (Human) and galGal6 (Chicken). Default is 'hg19'. |
interval |
an integer vector. This number means interval number for distribution analysis. Default is 5000. |
randomSize |
an integer vector. A random set size. Default is 10000. |
range |
an integer array. It means the range for highlight region of this analysis. Default range is c(-20000, 20000). |
outpath |
an string vector. Plots are saved in this path. Default value is R home directory. |
outFile |
a character vector. Attached ID to the result file name. |
cpglen |
an integer vector. Validate length of CpG sites in islands. |
dbPath |
a string vector. Directory path of database files. |
Return a result list is composed by insertion table, distribution table and a GenomicRange object of CpG data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.