join: Data illustrating join operations

jdfR Documentation

Data illustrating join operations

Description

A set of tibbles contain information about genes and their protein products used to illustrate join operations.

Usage

data("jdf")

Source

These data are based on feature varaibles from the hyperLOPIT2015 data available in the pRolocdata package. The script to generate, join.R, is available in the scipts package directory.

Examples

data(jdf)
library("dplyr")
dplyr::full_join(jdf1, jdf2)
dplyr::left_join(jdf6, jdf7)

UCLouvain-CBIO/rWSBIM1207 documentation built on March 20, 2024, 4:20 a.m.