Description Usage Arguments Value Examples
Annotate vector integration sites by gene data.
1 2 3 |
res_list |
List. This is the list of result made by |
excelOut |
TRUE or FALSE. If user want to make excel file, enter TRUE. |
outPath |
String. Outputs are saved in this path. |
outFileName |
Character. Attached ID to the result file name. |
Return a result list that is made up of distribution plot and table.
1 2 3 4 5 6 | data(blast_gene)
in_list = list(blast_gene, blast_gene)
comp_res = compareCases(res_list = in_list,
excelOut = FALSE,
outFileName = 'comp_res')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.