Statics of the GO function catalog
GoStat
01 Syntax
SMRUCC.genomics.Data.GeneOntology.GoStat
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| GoTermsFromUniProt | 1 | 返回来的GO编号列表是已经经过去重操作了的 |
| LevelGOTerms | 1 | Get specific level go Term and sum the result |
| CountStat | 2 | 计数统计 |
| QuantileCuts | 1 | 画图的时候假若太分散了,则可以用quantile删除一些含量很少的,让图更加清晰 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| OntologyNamespaces | 1 |
04 Members
GoTermsFromUniProt(
IEnumerable(Of entry))返回来的GO编号列表是已经经过去重操作了的
Parameters
| Name | Type | Description |
|---|---|---|
proteins | IEnumerable(Of entry) | - |
Get specific level go Term and sum the result
Remarks
2017-9-27
Test no problem
Parameters
| Name | Type | Description |
|---|---|---|
stat | Dictionary(Of String, NamedValue(Of Int32)()) | - |
level% | Int32 | - |
graph | Graph | - |
CountStat``1(
IEnumerable(Of ``0), Func(Of ``0, String()), Dictionary(Of String, Term))计数统计
CountStat``1(
IEnumerable(Of ``0), Func(Of ``0, ValueTuple(Of String, Int32)()), Dictionary(Of String, Term))计数统计
QuantileCuts(
Dictionary(Of String, NamedValue(Of Int32)()), Double)画图的时候假若太分散了,则可以用quantile删除一些含量很少的,让图更加清晰
Parameters
| Name | Type | Description |
|---|---|---|
data | Dictionary(Of String, NamedValue(Of Int32)()) | - |
quantile | Double | - |
OntologyNamespaces