The biology and treatment of Merkel cell carcinoma: current understanding and research priorities 1
Merkel cell polyomavirus라는게 있었구나. 이번에 이 논문에서 그것의 존재를 알게 된 것이 가장 큰 수확인 듯.
The biology and treatment of Merkel cell carcinoma: current understanding and research priorities 1
Merkel cell polyomavirus라는게 있었구나. 이번에 이 논문에서 그것의 존재를 알게 된 것이 가장 큰 수확인 듯.
어제 들은 R 통계강좌가 유익해서 기록으로 남김.
로지스틱의 의미는 모른다고 할지라도 로지스틱 회귀 분석을 해야할 경우가 있다. 이변량 자료에 대한 로지스틱 회귀분석은 분류(classification) 문제이기 때문에 실제로 같은 취급을 받는다고 한다.
선형회귀분석은 lm() 함수를 이용하지만, 로지스틱 회귀분석은 glm()을 이용한다. 그 중에서 이변량 자료를 분석하기 위해서는 glm( , family = binomial) 을 이용하면 된다.
모델 최적화를 위해서는 step( ) 을 95% 신뢰 구간의 오즈를 구하기 위해서는 confint( )를, 오즈비를 구하기 위해서는 exp(confint( )) 을 이용한다.
나이가 1살 증가할 때마다 오즈가 변하는 것을 a라고 한다면, 10살 증가할 때의 오즈비는 exp(10*a)가 된다고 함.
나머지 변수를 모두 포함시키는 분석을 위해서는 glm ( ~. ) 이렇게 물결표시 다음에 ‘.’ 을 입력하면 된다.
분석 변수가 지나치게 많아서 오류가 난다면, glm( ,maxit = ) 에서 큰 숫자를 입력해준다.
http://www.prowebdev.us/2012/05/amazon-ec2-linux-micro-swap-space.html
MySQL 과 관련된 문제는 아마도 t2.nano의 메모리 부족으로 발생하는 것 같다. 우선은 링크된 곳과 같은 방법으로 해결해보고자 함. 저 명령어의 의미는 정확히는 모르겠으나 스왑 메모리를 늘려서 이를 이용하는 것으로 생각됨. 링크가 깨질 때를 위해서 아래에 남겨둠.
Amazon EC2 Linux Micro instances have only 613MB of memory and can cause MySQL to crash every now and then. There is no default SWAP space for micro instances, so you may need to setup a swap space for your micro instance.
Steps below show how to make a swap space for your Micro instance:
- Run dd if=/dev/zero of=/swapfile bs=1M count=1024
- Run mkswap /swapfile
- Run swapon /swapfile
- Add this line /swapfile swap swap defaults 0 0 to /etc/fstab
Step 4 is needed if you would like to automatically enable swap file after each reboot.Some useful command related to SWAP space:
cIMPACT-NOW update 3: recommended diagnostic criteria for “Diffuse astrocytic glioma, IDH-wildtype, with molecular features of glioblastoma, WHO grade IV”.1
Integrated diagnosis: Diffuse astrocytic glioma, IDH-wildtype, with molecular features of glioblastoma,
WHO grade IV.
Histological diagnosis Anaplastic astrocytoma
Molecular information
IDH: wildtype (IDH1 and IDH2, sequencing)
EGFR: High-level amplification (FISH)
Chromosome 7/10 status: whole chromosome 7 gain/whole chromosome 10 loss (FISH)
TERT promoter: mutated (sequencing)
Integrated histologic and molecular grade WHO grade IV
이렇게 진단할려면 어느 정도의 규모의 병리 센터에서 할 수 있을것인가..