GPL: example of an typical real individual Global Peak List

Description Usage Format Source Examples

Description

Matrix containing a real typical individual Global Peak List, with coordinates, binary presences and intensities

Usage

1
data("GPL")

Format

A data frame with 1730 rows and 51 columns (ID, two coordinates, 24 columns of intensities and 24 columns of binary presence/absence).

Source

Nantes (E. Martineau), used during the UCL-ULg-Nantes repetition project

Examples

1
2
3
4
Int = GPL[,seq(3,dim(GPL)[2]- 1, 2)]
Coord = GPL[,c(1,2)]
IntT <- pTreatGPL(Int, Coord, 4.63, 5.1)
IntT[,1:2]

ManonMartin/MBXUCL documentation built on Nov. 26, 2021, 8:45 p.m.