Description Usage Arguments Value Examples
Rearrange the result from annotation functions.
1 2 3 |
res |
a GR object. This object is output of |
dataType |
a character vector. User enter the annotation type of input such as gene, cpg, repeat and variant. |
excelOut |
TRUE or FALSE. If user want to make excel file, enter TRUE. Default is TRUE. |
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. |
Make output table and excel files about vector integration sites and proportion test result.
1 2 | data(blast_gene)
makeDocument(res = blast_gene, dataType = 'gene', outFileName = 'blast_gene_res')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.