FootprintSite {SMRUCC.genomics.Data.Regprecise} |
.NET clr documentation |
FootprintSite
Description
Declare
# namespace SMRUCC.genomics.Data.Regprecise
export class FootprintSite extends MotifSiteMatch {
# 这个基因的转录起始位点到目标位点之间的最小距离
distance: integer;
# 当前的这个基因组位点相关的在一定长度范围内的下游基因
gene: string;
hits: integer;
ID: string;
left: integer;
# 这个下游基因的位置
location: NucleotideLocation;
# 基因的功能描述
product: string;
# 这个位点所属的复制子的编号,这个属性是为了将基因组的染色体DNA和质粒DNA区分开
replicon: string;
right: integer;
# 这个motif位点区域上的序列信息
sequenceData: string;
src: string;
strand: string;
}
.NET clr type reference tree
- this class extends from MotifSiteMatch class: MotifSiteMatch
- use by property member
location
: NucleotideLocation
[Package
{$package} version {$version}
Index]