Learn R Programming

IFC (version 0.1.1)

IFC-package: Tools for Imaging Flow Cytometry

Description

Contains several tools to treat Imaging Flow Cytometry data from ImageStream(R) and FlowSight(R) cytometers (Amnis(R), part of Luminex(R)). Provides an easy and simple way to read or write .rif, .cif and .daf files. Information such as masks, features, regions and populations set within these files can be retrieved. In addition, raw data such as images stored can also be accessed. Users, may hopefully increase their productivity thanks to dedicated functions to extract, visualize and export IFC data.

Arguments

Details

The IFC package provides several categories of functions: - to read / write / export / visualize: readIFC, writeIFC, ExtractFromDAF, ExportToDAF, data_to_DAF, ExtractFromXIF, ExportToXIF, ExportToBATCH, ExportToReport, ExportToGallery, ExportToNumpy, DisplayGallery, ExtractImages_toBase64, ExtractImages_toFile, ExtractImages_toMatrix, ExtractMasks_toMatrix, objectExtract, popsNetwork, plotGraph, paletteIFC, autoplot - to transform features values smoothLinLog, inv_smoothLinLog - to deeply extract information from files: getInfo, getOffsets, getIFD, getFullTag, getAborted - dedicated to populations: popsCopy, popsGetObjectsIds, popsNetwork - for adding / removing features, regions, populations: data_add_features, data_add_regions, data_add_pops, data_rm_features, data_rm_regions, data_rm_pops - to allow several coercion: buildBatch, buildFeature, buildGraph, buildPopulation, buildRegion