Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 544 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 544 Bytes

pendadata

A set of data dedicated to the penda R package.

Description

The pendadata package provides a set of data dedicated to the penda R package.

Content of the package

Objects available in the package are:

  • data_trscr matrix of transcriptomic data.
  • data_meth matrix of methylome data.
  • exp_grp dataframe of metadata concerning samples (data_* columns).

Installation

To get the current development version from github:

install.packages("devtools")
devtools::install_github("bcm-uga/pendadata")