SINE
UpToDate Contents
全文を閲覧するには購読必要です。 To read the full text you will need to subscribe.
- 1. 遺伝的変異の概要 overview of genetic variation
- 2. DNAによる親子鑑定 parentage testing using dna
- 3. 遺伝学用語集 glossary of genetic terms
- 4. ミュアト-ル症候群 muir torre syndrome
- 5. 造血細胞移植後の造血の促進 hematopoietic support after hematopoietic cell transplantation
Related Links
- 短分散型核内反復配列 概念ツリー: 化学現象 Chemical Phenomena 生化学現象 Biochemical Phenomena 分子構造 Molecular Structure 塩基配列 Base Sequence 核酸反復配列 Nucleic Acid Repetitive Sequence 散在反復配列 ...
- [分散型反復配列] 染色体に散在する反復配列(ゲノム全体の10%) ・ 短分散型核因子(SINE): (例)Alu配列 ゲノム全体の5% ・ 長分散型核因子(LINE ): (例)L1 6.1kbp。2つのORFをもつ。ゲノム全体の4%。 ・ の挿入痕跡 ...
Related Pictures
★リンクテーブル★
[★]
- 日
- 短い散在反復配列、短分散型核内反復配列、短い散在性反復配列
- 英
- short interspersed element, short interspersed nuclear element, short interspersed nucleotide element, SINEs
- 関
- レトロトランスポゾン
- quoted from http://en.wikipedia.org/wiki/Long_interspersed_nucleotide_elements#SINEs
- Short interspersed repetitive elements or Short interspersed nuclear elements[8] are short DNA sequences (<500 bases) that represent reverse-transcribed RNA molecules originally transcribed by RNA polymerase III into tRNA, rRNA, and other small nuclear RNAs. SINEs do not encode a functional reverse transcriptase protein and rely on other mobile elements for transposition. The most common SINEs in primates are called Alu sequences. Alu elements are 280 base pairs long, do not contain any coding sequences, and can be recognized by the restriction enzyme AluI (hence the name). With about 1,500,000 copies, SINEs make up about 13% of the human genome.[11] While historically viewed as "junk DNA", recent research suggests that in some rare cases both LINEs and SINEs were incorporated into novel genes, so as to evolve new functionality. The distribution of these elements has been implicated in some genetic diseases and cancers.
[★]
- 関
- short interspersed element、short interspersed nuclear element、SINE
[★]
- 英
- short interspersed nucleotide element
- 関
- 短分散型核内反復配列、短い散在反復配列、短い散在性反復配列
[★]
- 英
- sequence、arrangement、array、constellation、arrange、sequential
- 関
- 協定、経時的、系列、結果、シークエンス、シーケンス、順序、準備、筋道、整列、取り計らう、配置、配列決定、連続、連続的、逐次、結果としての、時系列、並べる、アレイ、順次、整理
array_unique()
for ( $i = 0 ; $i < 5 ; $i++ ) {
$a['w'][$i] = $i+100;
$a['m'][$i] = 1;
}
for ( $i = 5 ; $i < 15 ; $i++ ) {
$a['w'][$i] = $i+100;
$a['m'][$i] = 2;
}
for ( $i = 15 ; $i < 20 ; $i++ ) {
$a['w'][$i] = $i+100;
$a['m'][$i] = 3;
}
$a['w'][5]=100;
$a['w'][15]=100;
var_dump($a);
$b = array_unique($a['w']); #配列 重複キー 消去
var_dump($b);
-----
array(2) {
["w"]=> array(20)
{
[0]=> int(100) [1]=> int(101) [2]=> int(102) [3]=> int(103) [4]=> int(104) [5]=> int(100) [6]=> int(106) [7]=> int(107) [8]=> int(108) [9]=> int(109) [10]=> int(110) [11]=> int(111) [12]=> int(112) [13]=> int(113) [14]=> int(114) [15]=> int(100) [16]=> int(116) [17]=> int(117) [18]=> int(118) [19]=> int(119) }
["m"]=> array(20)
{
[0]=> int(1) [1]=> int(1) [2]=> int(1) [3]=> int(1) [4]=> int(1) [5]=> int(2) [6]=> int(2) [7]=> int(2) [8]=> int(2) [9]=> int(2) [10]=> int(2) [11]=> int(2) [12]=> int(2) [13]=> int(2) [14]=> int(2) [15]=> int(3) [16]=> int(3) [17]=> int(3) [18]=> int(3) [19]=> int(3) } }
array(18) {
[0]=> int(100) [1]=> int(101) [2]=> int(102) [3]=> int(103) [4]=> int(104) [6]=> int(106) [7]=> int(107) [8]=> int(108) [9]=> int(109) [10]=> int(110) [11]=> int(111) [12]=> int(112) [13]=> int(113) [14]=> int(114) [16]=> int(116) [17]=> int(117) [18]=> int(118) [19]=> int(119) }
配列の要素の除去
array_pop
- 配列のインデックスから、末尾にあるインデックス1つを取り除く。指定した変数の配列が空だった場合には、null が帰される。
配列の結合
- 1. +演算子。同じキーを上書きする。
- 2. array_push(array, array)とすると、出力が array([0]->array, [1]->array)になる。
- 3. array_match(out_array, add_array)これでokだが、add_array = array();だとエラーが起こるので、適当なトラップが必要。 ← array_mergeの間違えでしょ?
配列要素の結合
$str = implode('/',$array);
配列の要素表示
[★]
- 英
- variance
- 関
- 撒布、不一致、分散系、分離、変動、別々、移住、散在、ばらつき
[★]
- 英
- inversion (K)
- 同
- 内がえし、内返し
[★]
- 英
- repetitive sequence, repeated sequence
- 同
- 繰返し配列、繰り返し配列
[★]
- 英
- row、tier、train
- 関
- 作条、訓練、層、連、段