AddSickleJrMetadata {jrSiCKLSNMF}R Documentation

Add metadata to an object of class SickleJr

Description

Add any type of metadata to an object of class SickleJr. Metadata are stored in list format under the name specified in metadataname of each node in slot metadata.

Usage

AddSickleJrMetadata(SickleJr, metadata, metadataname)

Arguments

SickleJr

An object of class SickleJr holding at least one count matrix of omics data

metadata

Metadata to add to the SickleJr object; there are no restrictions on type

metadataname

A string input that indicates the desired name for the added metadata.

Value

An object of class SickleJr with added metadata

Examples

SimSickleJrSmall<-AddSickleJrMetadata(SimSickleJrSmall,
SimData$cell_type,"cell_types_full_data")

[Package jrSiCKLSNMF version 1.2.1 Index]