Diff of /man/stripConc.Rd [000000] .. [226bc8]

Switch to unified view

a b/man/stripConc.Rd
1
\name{stripConc}
2
\alias{stripConc}
3
\title{
4
Convert extended drug IDs to drug names
5
}
6
\description{
7
Out of drug IDs like D_001_1, it extracts the concentration step '_1'. 
8
}
9
\usage{
10
stripConc(x)
11
}
12
\arguments{
13
  \item{x}{character vector}
14
}
15
\details{
16
x has to be present in row names of drugs object.
17
}
18
\value{
19
character vector
20
}
21
\author{
22
Małgorzata Oleś <dr.malgorzata.oles@gmail.com>
23
}
24
\examples{
25
data("drugs")
26
stripConc(c("D_001_1"))
27
}