Calculates the relative density of the TF on each gene on the genome.
TFDensity
01 Syntax
SMRUCC.genomics.ContextModel.TFDensity
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| Density | 1 | Although this function name means calculate the relative density of the TF on the genome for each gene, but you can also calculate any type of gene its density on the genome. |
| DensityCis | 1 | 顺式调控,只有TF出现在上游,并且二者链方向相同才算存在 |
| __getCisGenes | 1 | 查找当前的基因的上游符合距离范围内的TF目标 |
03 Members
Although this function name means calculate the relative density of the TF on the genome for each gene, but you can also calculate any type of gene its density on the genome. (虽然名称是调控因子的密度,但是也可以用作为其他类型的基因的密度的计算, 这个函数是非顺式的,即只要在ATG前面的范围内或者TGA后面的范围内出现都算存在)
Type Parameters
| Name | Description |
|---|---|
T |
Parameters
| Name | Type | Description |
|---|---|---|
genome | IGenomicsContextProvider(Of ``0) | - |
TF | IEnumerable(Of String) | - |
顺式调控,只有TF出现在上游,并且二者链方向相同才算存在
Type Parameters
| Name | Description |
|---|---|
T |
Parameters
| Name | Type | Description |
|---|---|---|
genome | IGenomicsContextProvider(Of ``0) | Bacteria genomic context provider. |
TF | IEnumerable(Of String) | The TF locus_tag list. |
ranges | Int32 | This value is set to 20000bp is more perfect works on the bacteria genome, probably... |
__getCisGenes``1(
``0, ``0(), Int32)查找当前的基因的上游符合距离范围内的TF目标
Type Parameters
| Name | Description |
|---|---|
T |
Parameters
| Name | Type | Description |
|---|---|---|
g | ``0 | - |
TFs | ``0() | - |
ranges | Int32 | - |