filter.label {SIAMCAT}R Documentation

Filter samples from siamcat@label

Description

This functions filters siamcat@label.

Usage

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


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


[Package SIAMCAT version 1.2.1 Index]