ModStringSetList {Modstrings}R Documentation

ModStringSetList

Description

title

Usage

ModDNAStringSetList(..., use.names = TRUE)

ModRNAStringSetList(..., use.names = TRUE)

Arguments

...

ModStringSet objects of one type.

use.names

TRUE(default) or FALSE: Whether names of the input ModStringSet objects should be stored and used as the element names in the ModStringSetList.

Value

a ModStringSetList object.

Examples

mrseq <- c("ACGU7","ACGU7","ACGU7","ACGU7")

# Example: contruction of ModStringSetlist from ModString objects
mr <- ModRNAString("ACGU7")
mrs <- ModRNAStringSet(list(mr,mr,mr,mr))
mrsl <- ModRNAStringSetList(mrs,mrs)

# Example: construction of ModStringSetlist from mixed sources
mrsl2 <- ModRNAStringSetList(mrs,mrseq)


[Package Modstrings version 1.2.1 Index]