File: getcolraw.Rd

package info (click to toggle)
r-bioc-arrayexpress 1.66.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 460 kB
  • sloc: makefile: 2
file content (27 lines) | stat: -rw-r--r-- 662 bytes parent folder | download
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{getcolraw}
\alias{getcolraw}
\docType{data}
\title{ Return the possible column names from raw MAGE-TAB files }
\description{
  \code{getcolraw} extracts the column names from raw MAGE-TAB and
  return them. The output can be use to set the argument 'rawcol' 
  of the function \code{magetab2bioc}.
}

\usage{
getcolraw(rawfiles)
}

\arguments{
  \item{rawfiles}{rawfiles are the name of the raw MAGE-TAB files to be read.}
}

\seealso{\code{\link[ArrayExpress]{ArrayExpress}},
  \code{\link[ArrayExpress]{queryAE}},
  \code{\link[ArrayExpress]{getAE}}} 
\author{
  Audrey Kauffmann 
  
  Maintainer: Jose Marugan <jcmarca@ebi.ac.uk>  
}
\keyword{datasets}