[28aa3b]: / man / readBrainarrayTable.Rd

Download this file

28 lines (25 with data), 780 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
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/readBrainarrayTable.R
\name{readBrainarrayTable}
\alias{readBrainarrayTable}
\title{Reads table from brainarray homepage}
\usage{
readBrainarrayTable(custom_cdf, version = getLatestVersion())
}
\arguments{
\item{custom_cdf}{A string giving the "target" to use.}
\item{version}{A string giving the version.}
}
\value{
A \code{data.frame} of the info on the relevant brainarray webpage.
}
\description{
Reads table from brainarray homepage
}
\examples{
readBrainarrayTable("ENSG", version = "17.0.0")[1:10, 1:10]
readBrainarrayTable("ENST", version = "18.0.0")[1:10, 1:10]
readBrainarrayTable("ENSE", version = "19.0.0")[1:10, 1:10]
readBrainarrayTable("ENSG")[1:10, 1:10]
}
\keyword{internal}