Package: ncdfFlow 2.51.0

Mike Jiang

ncdfFlow: ncdfFlow: A package that provides HDF5 based storage for flow cytometry data.

Provides HDF5 storage based methods and functions for manipulation of flow cytometry data.

Authors:Mike Jiang,Greg Finak,N. Gopalakrishnan

ncdfFlow_2.51.0.tar.gz
ncdfFlow_2.51.0.zip(r-4.5)ncdfFlow_2.51.0.zip(r-4.4)ncdfFlow_2.51.0.zip(r-4.3)
ncdfFlow_2.51.0.tgz(r-4.4-arm64)ncdfFlow_2.51.0.tgz(r-4.4-x86_64)ncdfFlow_2.51.0.tgz(r-4.3-arm64)ncdfFlow_2.51.0.tgz(r-4.3-x86_64)
ncdfFlow_2.51.0.tar.gz(r-4.5-noble)ncdfFlow_2.51.0.tar.gz(r-4.4-noble)
ncdfFlow.pdf |ncdfFlow.html
ncdfFlow/json (API)
NEWS

# Install 'ncdfFlow' in R:
install.packages('ncdfFlow', repos = c('https://bioc.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Uses libs:
  • zlib– Compression library
  • c++– GNU Standard C++ Library v3

On BioConductor:ncdfFlow-2.51.0(bioc 3.20)ncdfFlow-2.50.0(bioc 3.19)

This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.

bioconductor-package

31 exports 3.08 score 12 dependencies 11 dependents 4 mentions

Last updated 2 months agofrom:1ef00b3cbb

Exports:as.flowSetclone.ncdfFlowSetcolnamescolnames<-compensatefiltergetFileNamegetIndicesinitIndiceskeywordkeyword<-lapplyload_ncfsmarkernamesmarkernames<-ncdfFlowListncdfFlowSetncfsApplypDatapData<-phenoDataphenoData<-rbind2read.ncdfFlowSetsampleNames<-save_ncfssplitSubsettransformunlinkupdateIndices

Dependencies:BHBiobaseBiocGenericscpp11cytolibflowCorematrixStatsRcppRhdf5libRProtoBufLibS4Vectorszlibbioc

Basic Functions for Flow Cytometry Data

Rendered fromncdfFlow.Rnwusingknitr::knitron Jul 06 2024.

Last update: 2020-04-02
Started: 2013-11-01

Readme and manuals

Help Manual

Help pageTopics
subsetting by sampleNames,channels(not for events) methods[,ncdfFlowList,ANY-method [,ncdfFlowSet,ANY-method
extract a 'flowFrame' object from 'ncdfFlowSet'[[,ncdfFlowList,character,missing-method [[,ncdfFlowList,character-method [[,ncdfFlowList,logical-method [[,ncdfFlowList,numeric-method [[,ncdfFlowSet,ANY-method
convert from a 'ncdfFlowSet' to a 'flowSet'as.flowSet
Clone a ncdfFlowSetclone.ncdfFlowSet
Accessors compatible with those for 'flowSet'colnames,ncdfFlowList-method colnames<- colnames<-,ncdfFlowList-method colnames<-,ncdfFlowSet,ANY-method colnames<-,ncdfFlowSet-method compensate,flowSet,data.frame-method compensate,ncdfFlowSet,ANY-method compensate,ncdfFlowSet,list-method filter,ncdfFlowList,filter-method filter,ncdfFlowList,filterList-method filter,ncdfFlowList,list-method keyword,ncdfFlowSet,list-method keyword<-,ncdfFlowSet,list-method length,ncdfFlowList-method markernames,ncdfFlowList-method markernames<-,ncdfFlowList-method pData,ncdfFlowList-method pData<-,ncdfFlowList,data.frame-method phenoData,ncdfFlowList-method phenoData<-,ncdfFlowList,AnnotatedDataFrame-method sampleNames,ncdfFlowList-method sampleNames<- sampleNames<-,ncdfFlowSet,ANY-method transform,ncdfFlowSet-method
get the cdf file name associated with ncdfFlowSet objectgetFileName
'getIndices' extracts the event indices of one or multiple samples from ncdfFlowSetgetIndices getIndices,ncdfFlowSet,character-method initIndices initIndices,ncdfFlowSet-method updateIndices updateIndices,ncdfFlowSet,character,logical-method
lapply method for ncdfFlowListlapply,ncdfFlowList-method
ncdfFlow: A package that provides CDF storage based flow cytometry data analysis.ncdfFlow
a class that stores multiple ncdfFlowSet objectsncdfFlowList ncdfFlowList-class show,ncdfFlowList-method
a class for storing flow cytometry raw data in HDF5 formatncdfFlowSet-class show show,ncdfFlowSet-method
create ncdfFlowSet from flowSetncdfFlowSet ncdfFlowSet,flowSet-method
apply method for ncdfFlowSet (for internal use)ncfsApply ncfsApply,ncdfFlowSet-method
combine multiple ncdfFlowSet objects into onerbind2,ncdfFlowList,ANY-method
create ncdfFlowSet from FCS filesread.ncdfFlowSet read.ncdfFlowset
write the flow data from a 'flowFrame' to 'ncdfFlowSet' flowFrame can have less channels than ncdfFlowSet,which is used for partial updating(useful for 'normalization')replacement method for ncdfFlowSet [[<-,ncdfFlowSet,ANY,ANY,flowFrame-method [[<-,ncdfFlowSet,flowFrame-method
save/load a ncdfFlowSet object to/from disk.load_ncfs save_ncfs
split a 'ncdfFlowSet' object.split,ncdfFlowList,character-method split,ncdfFlowList,factor-method split,ncdfFlowSet,character-method split,ncdfFlowSet,factor-method split,ncdfFlowSet,filter-method split,ncdfFlowSet,filterResultList-method split,ncdfFlowSet,list-method
subset a ncdfFlowSet by filterSubset,ncdfFlowList,filter-method Subset,ncdfFlowList,filterResultList-method Subset,ncdfFlowSet,filter-method Subset,ncdfFlowSet,filterResultList-method Subset,ncdfFlowSet,list-method
subset the ncdfFlowSet/ncdfFlowList based on 'pData'subset.ncdfFlowList subset.ncdfFlowSet
delete the cdf file associated with the ncdfFlowSet object ncdfFlowSet object is unrecoverable after cdf is deleted. So this method is usually called when ncdfFlowSet object is no longer in need.unlink,ncdfFlowSet-method