cpp_readFCS | R Documentation |
This function reads data from FCS 3.2 files
fname |
string, path to file. |
offset |
std::size_t, offset position of data start |
events |
uint32_t, number of events to read. |
b_typ |
Rcpp::IntegerVector, types of values to read. Allowed are 0 for "A", 1 for "F", 2 for "D", and 3 is "I". |
b_siz |
Rcpp::IntegerVector, number of bytes to extract for each type. Values should be higher than 0. |
b_msk |
Rcpp::IntegerVector, bits to masks when 'b_typ' is 3 (integer). Default is R_NilValue. |
swap |
bool, whether to swap bytes or not. Default is false. |
a numeric vector of extracted values.
FCS 3.2 specifications. See, J. Spidlen et al. Data File Standard for Flow Cytometry, Version FCS 3.2. Cytometry A 99 100–102(2021) \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1002/cyto.a.24225")}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.