Skip to content

gitdemont/IFCdata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IFCdata: Data example for Imaging Flow Cytometry (IFC)

INSTALLATION

On Windows (tested 7 and 10)

On MacOS (tested on High Sierra)

On Linux (tested on Ubuntu 16.04 LTS)

in R

  • install IFCdata

either

library(devtools)

install_github(repo = "gitdemont/IFCdata", ref = "master", dependencies = FALSE)

or

install.packages("IFCdata", repos = "https://gitdemont.github.io/IFCdata/", type = "source")

USAGE

library(IFCdata)

help(IFCdata)

DETAILS

Contains imaging flow cytometry data from 'ImageStream MkII (C)' cytometer ('Amnis(C)', part of 'Luminex(C)').

Data examples are provided to illustrate how they can be handled by IFC package.

They correspond to .rif, .cif and .daf files from UT7/EPO cells stained for cell cycle analysis.

DISCLAMER

  • You are using this package on your own risk!

  • We do not guarantee privacy nor confidentiality.

  • This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. In no event shall the copyright holders or contributors be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not limited to, procurement of substitute goods or services; loss of use, data, or profits; or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage.