a b/man/get_brennan_clin.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/get_brennan_clin.R
3
\name{get_brennan_clin}
4
\alias{get_brennan_clin}
5
\title{import clinical data from Brennan 2016}
6
\source{
7
\url{https://www.cell.com/cms/10.1016/j.cell.2013.09.034/attachment/9cefc2e8-caac-4225-bcdd-70f105ccf568/mmc7.xlsx}
8
}
9
\usage{
10
get_brennan_clin()
11
}
12
\description{
13
import clinical data from Brennan 2016
14
}
15
\note{
16
CSV extracted from XLSX; names normalized by janitor::clean_names, empty column deleted,
17
`case_id` added as rownames.
18
}
19
\examples{
20
head(get_brennan_clin)
21
}