[226bc8]: / man / stripConc.Rd

Download this file

28 lines (27 with data), 439 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
27
\name{stripConc}
\alias{stripConc}
\title{
Convert extended drug IDs to drug names
}
\description{
Out of drug IDs like D_001_1, it extracts the concentration step '_1'.
}
\usage{
stripConc(x)
}
\arguments{
\item{x}{character vector}
}
\details{
x has to be present in row names of drugs object.
}
\value{
character vector
}
\author{
Małgorzata Oleś <dr.malgorzata.oles@gmail.com>
}
\examples{
data("drugs")
stripConc(c("D_001_1"))
}