## Chunk 1
![]() |
|||
library("Biobase")
|
|||
## Chunk 2
![]() |
|||
bcell = grep("^B", as.character(ALL$BT))
|
|||
## Chunk 3
![]() |
|||
types = c("NEG", "BCR/ABL")
|
|||
## Chunk 4
![]() |
|||
ALL_bcrneg = ALL[, intersect(bcell, moltyp)]
|
|||
## Chunk 5
![]() |
|||
ALL_bcrneg$mol.biol = factor(ALL_bcrneg$mol.biol)
|
|||
## Chunk 6
![]() |
|||
varCut = 0.5
|
|||
## Chunk 7
![]() |
|||
types = c("ALL1/AF4", "BCR/ABL")
|
|||