isMSAssay: Indicates if an assay filename corresponds to a mass...

Description Usage Arguments Value Author(s) Examples

View source: R/Risa-ms.R

Description

Indicates if an assay filename corresponds to a mass spectrometry assay.

Usage

1
isMSAssay(isa, assay.filename)

Arguments

isa

an object from the ISAtab-class.

assay.filename

the filename of an assay file

Value

It retrieves a boolean value indicating wether the assay is a mass spectrometry assay or not.

Author(s)

Alejandra Gonzalez-Beltran

Examples

1
2
3
faahkoISA = readISAtab(find.package("faahKO"))
assay.filename <- faahkoISA["assay.filenames"][[1]]
isMSAssay(faahkoISA, assay.filename)

Risa documentation built on Nov. 8, 2020, 5:35 p.m.