mapClusters: Cluster mapping function

Description Usage Arguments Value Examples

View source: R/mapClusters.R

Description

Map clusters by common transition groups.

Usage

1
mapClusters(table, sort_RT = FALSE)

Arguments

table

data.table with original cluster information

sort_RT

Logical whether to sort the the original Clusters of test runs by retention time. Default is FALSE.

Value

data.table Same as input table but including extra columns about mapping information. The "new_cluster" column contains the mapped cluster information.

Examples

1
2
data <- exampleDataFiltered
dataMapped <- mapClusters(data)

ibludau/clusterMapper documentation built on May 18, 2019, 9:17 p.m.