a wrapper of Dictionary
CatalogProfile
01 Syntax
SMRUCC.genomics.ComponentModel.Annotation.CatalogProfile
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| OrderByValues | 1 | just sort desc |
| Take | 1 | sort desc and then take top N |
| Add | 2 | |
| ToString | 1 | |
| GenericEnumerator | 1 | |
| op_Implicit | 1 | |
| op_Explicit | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| isEmpty | 1 | does the CatalogProfile.profile is empty? |
| profile | 1 | |
| information | 1 |
04 Members
OrderByValues
just sort desc
Take(
Int32)sort desc and then take top N
Parameters
| Name | Type | Description |
|---|---|---|
topN | Int32 | - |
isEmpty
does the CatalogProfile.profile is empty?
profile
information
Add(
NamedValue(Of Double))Add(
String, Double)ToString()
GenericEnumerator()
op_Implicit(
NamedValue(Of Double)())op_Explicit(CatalogProfile)