Diff of /man/data-drugs.Rd [000000] .. [226bc8]

Switch to unified view

a b/man/data-drugs.Rd
1
\name{drugs}
2
\alias{drugs}
3
\docType{data}
4
\title{
5
Meta data of the compounds
6
}
7
\description{
8
This data set contains additional information about the drugs used in the
9
drug screens. Row names contain drug IDs. The data.frame
10
contains 8 columns, which provide information on: the official drug
11
name ('name'), main targets ('main_targets'), target category
12
('target_category'), pathway annotation ('group', 'pathway'), distributor,
13
and whether the drug was approved ('approved_042016') or was in the development
14
stage ('devel_042016').
15
}
16
\author{Małgorzata Oleś <dr.malgorzata.oles@gmail.com>}
17
\usage{
18
drugs
19
}
20
\format{
21
data.frame with 91 rows and 8 columns.
22
}
23
\keyword{datasets}