readData: Reads in data

View source: R/functions.R

readDataR Documentation

Reads in data

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

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.


zoecastillo/microbiomeExplorer documentation built on Sept. 11, 2022, 7:40 a.m.