|
a |
|
b/man/DLBCL_overview.Rd |
|
|
1 |
% Generated by roxygen2 (4.1.1): do not edit by hand |
|
|
2 |
% Please edit documentation in R/DLBCLdata-package.R |
|
|
3 |
\docType{data} |
|
|
4 |
\name{DLBCL_overview} |
|
|
5 |
\alias{DLBCL_overview} |
|
|
6 |
\title{Overview of available DLBCL data} |
|
|
7 |
\format{A \code{data.frame} giving information about the DLBCL studies with the |
|
|
8 |
following columns:\cr |
|
|
9 |
\describe{ |
|
|
10 |
\item{\code{GSE}}{The accession number} |
|
|
11 |
\item{\code{Study}}{A name or abbreviation of the study.} |
|
|
12 |
\item{\code{FullName}}{The full name of the study.} |
|
|
13 |
\item{\code{Author}}{The first author of the study.} |
|
|
14 |
\item{\code{ArrayTypes}}{The array type(s) used for the gene expression profiles.} |
|
|
15 |
\item{\code{Citationv}}{Citation information. Please double check the information |
|
|
16 |
if the data is used.} |
|
|
17 |
}} |
|
|
18 |
\description{ |
|
|
19 |
A \code{data.frame} of the manually checked and curated DLBCL datasets in |
|
|
20 |
the \pkg{DLBCLdata}-package. |
|
|
21 |
The \code{data.frame} gives information on the GEO number, a study |
|
|
22 |
acronym, the expanded acronym, the principal author, the arraytypes |
|
|
23 |
present in the study, and a full citation. |
|
|
24 |
} |
|
|
25 |
\examples{ |
|
|
26 |
print(DLBCL_overview[,-6]) |
|
|
27 |
#View(DLBCL_overview) |
|
|
28 |
} |
|
|
29 |
\keyword{data} |
|
|
30 |
\keyword{datasets,} |
|
|
31 |
|