poplin-internals: Internal poplin fields

Description Details See Also Examples

Description

Methods to get or set internal fields in a poplin object. These methods are not intended to be used by end users of the poplin package.

Details

In the snippets below, x is a poplin object.

poplinData(x), poplinData(x) <- value:

Returns a DataFrame of matrices containing one or more data processing results. value must be a DataFrame with the dimension equal to dim(x). End users are supposed to interact with this field via poplin_data.

poplinReduced(x), poplinReduced(x) <- value:

Returns a DataFrame of matrices containing one or more dimension-reduced data. value must be a DataFrame with the number of rows equal to ncol(x). End users are supposed to interact with this field via poplin_reduced.

See Also

poplin_data, poplin_reduced

Examples

1
2
3

jaehyunjoo/poplin documentation built on Jan. 8, 2022, 1:13 a.m.