is.pointer.ms: Data in R or C

Description Usage Arguments Value

View source: R/tfbs.R

Description

Determine if data in MS object is stored in R (by value) or C (by reference). If data is stored in C, it can be copied to R using the function from.pointer.ms. Conversely, if the data is stored in R, it can be copied to C using the function as.pointer.ms.

Usage

1

Arguments

x

MS object containing at least one sequence

Value

TRUE if data in MS is stored in C, otherwise FALSE indicating it is stored in R


rtfbs documentation built on Jan. 22, 2020, 1:07 a.m.