mix rendering
MapHighlights
01 Syntax
SMRUCC.genomics.Assembly.KEGG.WebServices.MapHighlights
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| CheckTextColorWarning | 1 | warning about the elements which has the plot color that the same as the text color, example as: text color is white, and the gene color is white, so that we will could not rea… |
| CreateAuto | 1 | check highlights automatically via kegg id prefix |
03 Members
CheckTextColorWarning(
IEnumerable(Of NamedValue(Of String)), Color)warning about the elements which has the plot color that the same as the text color,
example as: text color is white, and the gene color is white, so that we will could not read the text label, due to the reason of the color of these two element are the same.
Parameters
| Name | Type | Description |
|---|---|---|
highlights | IEnumerable(Of NamedValue(Of String)) | - |
text_color | Color | - |
CreateAuto(
IEnumerable(Of NamedValue(Of String)))check highlights automatically via kegg id prefix
Remarks
can not determine the gene/proteins at here
Parameters
| Name | Type | Description |
|---|---|---|
list | IEnumerable(Of NamedValue(Of String)) | - |