parseFilters {MsImaging} R Documentation

Converts R raw vector input into a raster processing pipeline configuration

Description

Usage

parseFilters(filters);

Arguments

filters

R-side input vector containing filter definitions. Accepts: Character vector of filter expressionsList of filter specification stringsOther R vector types convertible via CLRVector.asCharacter

Details

This method handles R-to-CLR type conversion and is primarily used for: Interop with R# environmentsParsing pipeline configurations from script parameters The @M:BioNovoGene.Analytical.MassSpectrometry.MsImaging.Blender.Scaler.RasterPipeline.Parse(System.Collections.Generic.IEnumerable{System.String}) method implements the actual filter syntax interpretation and validation.

Authors

BioNovoGene

Value

A parsed RasterPipeline object configured with the input filter sequence

clr value class

Examples


[Package MsImaging version 1.0.0.0 Index]