Package 'rWSBIM2122'

Title: Companion Package for WSBIM2122 Course
Description: Companion package for the WSBIM2122 course, distributing data and general documentation, and making course administration easier.
Authors: Laurent Gatto [aut, cre]
Maintainer: Laurent Gatto <[email protected]>
License: GPL-3
Version: 0.4.1
Built: 2024-11-15 04:54:19 UTC
Source: https://github.com/UCLouvain-CBIO/rWSBIM2122

Help Index


Single Gene Expression Data

Description

A simple gene expression data in two groups. (Based on the sleep data).

Usage

gexp

Format

An object of class data.frame with 20 rows and 3 columns.

Examples

data(gexp)
gexp

Gene expression data

Description

Factorial design (2 factors with 2 levels each) with gene expression for 5 genes and 12 samples.

Usage

lmdata

Format

An object of class matrix (inherits from array) with 5 rows and 12 columns.

Examples

data(lmdata, verbose = TRUE)
lmdata
lmannot

Prepare Shell data

Description

A function used for its side effect. It creates the directory and files for the shell lesson.

Usage

prepare_shell(shell_dir = "wsbim2122_data", rm_dir = FALSE)

Arguments

shell_dir

character(1) with the name of the shell data directory. Default is "wsbim2122_data".

rm_dir

logical(1) that defines whether shell_dir is going to be recursively removed. Default is FALSE.

Value

Invisibly returns TRUE.

Author(s)

Laurent Gatto


Package version

Description

Package version

Usage

rWSBIM2122version()

Examples

## check the package version that is currently installed
rWSBIM2122version()