forked from VanAndelInstitute/bifurcatoR
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMLL.Rd
More file actions
28 lines (26 loc) · 698 Bytes
/
MLL.Rd
File metadata and controls
28 lines (26 loc) · 698 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/data.R
\docType{data}
\name{MLL}
\alias{MLL}
\title{MLL}
\format{
A \code{data.frame}
}
\usage{
data(MLL)
}
\description{
Data from MLL-rearranged pediatric AML patients in COG clinical trials.
AgeGroup, Sex, FAB, BlastPercent, fusion, OS, OSI, and Protocol are clinical.
MECOM, PRDM16, CD33, CD34, NCAM1, and KDM5D are log-normalized mRNA CPMs
(counts per million reads) for six genes, some of which are informative about
clinical outcomes (see vignette for more details).
}
\examples{
data(MLL)
library(mixR)
MLLfit <- mixfit(MLL$MECOM, ncomp=2)
plot(MLLfit, xlab="log(MECOM transcripts)")
}
\keyword{datasets}