msarc: Create msarc Object From Data Frame

Description Usage Arguments Details Value Author(s) Examples

View source: R/msarc.R

Description

Create an msarc object from a data frame.

Usage

1

Arguments

df

a data frame with three columns, in this order: Uniprot ID, gene symbol, and score. Column names will be ignored.

Details

This function simply loads the necessary three columns into an msarc object and sets some default configuration values.

Value

an msarc object corresponding to the data frame.

Author(s)

Gord Brown

Examples

1
2
3
# Create an msarc object from a data frame
data(sample_df,package='msarc')
msarc_raw <- msarc(sample_df)

msarc documentation built on May 30, 2017, 12:53 a.m.