filter.label: Filter samples from 'siamcat@label'

Description Usage Arguments Value Examples

View source: R/siamcat_class_helper_functions.R

Description

This functions filters siamcat@label.

Usage

1
filter.label(siamcat, ids, verbose = 1)

Arguments

siamcat

an object of class siamcat-class

ids

names of samples to be left in the siamcat@label

verbose

control output: 0 for no output at all, 1 for more information about progress and success, defaults to 1

Value

siamcat an object of class siamcat-class

Examples

1
2
3
    data(siamcat_example)
    # simple working example
    siamcat_filtered <- filter.label(siamcat_example, ids=c(1:10))

KonradZych/SIAMCAT documentation built on May 17, 2019, 6:20 p.m.