appendNewGroups {psichomics}R Documentation

Append new groups to already existing groups

Description

Retrieve previous groups, rename duplicated group names in the new groups and append new groups to the previous ones

Usage

appendNewGroups(type, new, clearOld = FALSE)

Arguments

type

Character: type of groups (either "Patients", "Samples", "ASevents" or "Genes")

new

Rows of groups to be added

clearOld

Boolean: clear old groups?

Value

NULL (this function is used to modify the Shiny session's state)


[Package psichomics version 1.9.1 Index]