Description Usage Arguments Value Examples
Draw a karyogram plot and show integration site.
1 2 3 |
hits |
a GR object. This object made from |
feature |
a GR object. This object made from annotation function. |
organism |
a character vector. This function serves 2 versions of organisms such as GRCh37, GRCh38 (Human). Default is 'GRCh37'. |
includeUndecided |
TRUE or FALSE. If user want to use undecided hits in analysis, enter TRUE. Default is FALSE. |
outPath |
a string vector. Type path to save a plot. |
outFileName |
a character vector. This value used when saving the idegoram image file. |
Return the ideogram plot and object.
1 2 3 | data(blast_obj)
data(blast_gene)
drawingKaryo(hits = blast_obj, feature = blast_gene$Gene_data, outFileName = 'blast_res')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.