parseAnnotationList: Parse a matrix of ID/annotation mappings

View source: R/clusterTools.R

parseAnnotationListR Documentation

Parse a matrix of ID/annotation mappings

Description

Parses a 2D ID/annotation mapping where annotations are a list of terms with a separator. The function returns a TRUE/FALSE table that can be used as input to clusterAnnotation.

Usage

parseAnnotationList(got, sep = ";")

Arguments

got

a 2D matrix with IDs in the first column and a list of annotation terms in the second

sep

separator used for the list of terms in the second column


raim/segmenTools documentation built on May 5, 2024, 11:30 a.m.