DataExtensions
01 Syntax
SMRUCC.genomics.Visualize.Circos.DataExtensions
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| FromBlastnMappings | 1 | Creates the model for the multiple chromosomes genome data in circos.(使用这个函数进行创建多条染色体的) |
| Identities | 1 |
03 Members
FromBlastnMappings(
IEnumerable(Of BlastnMapping), IEnumerable(Of FastaSeq))Creates the model for the multiple chromosomes genome data in circos.(使用这个函数进行创建多条染色体的)
Parameters
| Name | Type | Description |
|---|---|---|
source | IEnumerable(Of BlastnMapping) | Band数据 |
chrs | IEnumerable(Of FastaSeq) | karyotype数据 |
Identities(
IEnumerable(Of BlastnMapping), KaryotypeSkeleton, Int32)Parameters
| Name | Type | Description |
|---|---|---|
source | IEnumerable(Of BlastnMapping) | - |
karyotype | KaryotypeSkeleton | 用于得到chr标签 |