[226bc8]: / man / data-patmeta.Rd

Download this file

28 lines (27 with data), 1.0 kB

 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
\name{patmeta}
\alias{patmeta}
\docType{data}
\title{
Meta data of the patient samples
}
\description{
This data set contains basic clinical information of patients who donated the
samples. Row names code for Patient IDs. The data.frame contains such
information as diagnosis ('Diagnosis'), sex ('Gender'), IGHV status ('IGHV'),
methyation cluster assignment ('ConsClust'), age of patient at which the
sample was taken ('Age4Main'). Moreover, the binary columns:
'treatedAfter' - \code{TRUE} if the patient
was treated after the sample was taken, 'died' - \code{TRUE} if the patient died,
'IC50beforeTreatment' - \code{TRUE} if the patient was treated before the sample was
taken. Column 'T5' includes time (in years) which passed from taking the sample
to the next treatment. Column 'T6' includes time (in years) which passed from
taking the sample to patients' death.
}
\author{Małgorzata Oleś <dr.malgorzata.oles@gmail.com>}
\usage{
patmeta
}
\format{
data.frame with 265 rows and 10 columns
}
\keyword{datasets}