首页 > 其他 > 详细

UCSC基因位置信息

时间:2021-05-29 17:46:45      阅读:17      评论:0      收藏:0      [点我收藏+]

table genePred
"A gene prediction."
(
string name: "Name of gene" //基因名称
string chrom: "Chromosome name" //染色体名称
char[1] strand: "+ or - for strand" //正负链信息
uint txStart: "Transcription start position" //转录起始位点
uint txEnd: "Transcription end position" //转录终止位点
uint cdsStart: "Coding region start" //编码区起始位点
uint cdsEnd: "Coding region end" //编码区终止位点
uint exonCount: "Number of exons" //外显子数量
uint[exonCount] exonStarts: "Exon start positions" //外显子起始位点
uint[exonCount] exonEnds: "Exon end positions" //外显子终止位点
)

UCSC基因位置信息

原文:https://www.cnblogs.com/jcf666/p/14825268.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!