readData: Reads in data

Description Usage Arguments Value

View source: R/functions.R

Description

This function reads in an MRexperiment object saved as an RDS file, a Biom file, or a tab - delimited count matrix with features as rows and samples as columns.

Usage

1
readData(filepath, type = "RDS")

Arguments

filepath

Relative or absolute file path of data object.

type

The type of file to be read; default is "RDS", other options are "RDATA", "BIOM", "TAB", "CSV"

Value

An MRexperiment object.


microbiomeExplorer documentation built on Nov. 8, 2020, 8:16 p.m.