ModStringSetList: ModStringSetList

Description Usage Arguments Value Examples

Description

title

Usage

1
2
3

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

1
2
3
4
5
6
7
8
9
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)

Modstrings documentation built on Nov. 8, 2020, 7:51 p.m.