internalMetadata: Add metadata to the pangenome

Description Usage Arguments Value Note

Description

These methods are only for internal use and not relevant for regular users. They are required for subclasses of pgVirtual and allows FindMyFriends to add and change metadata as part of the pipelines.

Usage

1
2
3
4
5
6
7
8
9
setGroupInfo(object, ...)

setOrgInfo(object, ...)

## S4 method for signature 'pgInMem'
setGroupInfo(object, name, info, key)

## S4 method for signature 'pgInMem'
setOrgInfo(object, name, info, key)

Arguments

object

A pgVirtual subclass

...

Parameters to be passed on

name

The name of the metadata to set

info

A vector of metadata

key

The indexes the metadata in info pertains to

Value

An object of the same class as object

Note

For internal use only. Use addGroupInfo and addOrgInfo instead. Required for extending the class system of FindMyFriends.


thomasp85/FindMyFriends documentation built on April 25, 2020, 1:06 p.m.