Diff of /man/data-patmeta.Rd [000000] .. [226bc8]

Switch to unified view

a b/man/data-patmeta.Rd
1
\name{patmeta}
2
\alias{patmeta}
3
\docType{data}
4
\title{
5
Meta data of the patient samples
6
}
7
\description{
8
This data set contains basic clinical information of patients who donated the
9
samples. Row names code for Patient IDs. The data.frame contains such
10
information as diagnosis ('Diagnosis'), sex ('Gender'), IGHV status ('IGHV'),
11
methyation cluster assignment ('ConsClust'), age of patient at which the
12
sample was taken ('Age4Main'). Moreover, the binary columns:
13
'treatedAfter' - \code{TRUE} if the patient
14
was treated after the sample was taken, 'died' - \code{TRUE} if the patient died,
15
'IC50beforeTreatment' - \code{TRUE} if the patient was treated before the sample was
16
taken. Column 'T5' includes time (in years) which passed from taking the sample
17
to the next treatment. Column 'T6' includes time (in years) which passed from
18
taking the sample to patients' death. 
19
}
20
\author{Małgorzata Oleś <dr.malgorzata.oles@gmail.com>}
21
\usage{
22
patmeta
23
}
24
\format{
25
data.frame with 265 rows and 10 columns
26
}
27
\keyword{datasets}