R/RcppExports.R

Defines functions get_xml_file_path get_samples get_sample_groups get_keywords_by_name get_keywords_by_id parse_workspace open_workspace setLogLevel

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

setLogLevel <- function(loglevel) {
    invisible(.Call(`_CytoML_setLogLevel`, loglevel))
}

open_workspace <- function(filename, sample_name_location, xmlParserOption) {
    .Call(`_CytoML_open_workspace`, filename, sample_name_location, xmlParserOption)
}

parse_workspace <- function(ws, group_id, subset, execute, path, cytoset, backend_dir, backend, includeGates, additional_keys, additional_sampleID, keywords, is_pheno_data_from_FCS, keyword_ignore_case, extend_val, extend_to, channel_ignore_case, leaf_bool, include_empty_tree, skip_faulty_gate, comps, transform, fcs_file_extension, greedy_match, fcs_parse_arg, num_threads = 1L) {
    .Call(`_CytoML_parse_workspace`, ws, group_id, subset, execute, path, cytoset, backend_dir, backend, includeGates, additional_keys, additional_sampleID, keywords, is_pheno_data_from_FCS, keyword_ignore_case, extend_val, extend_to, channel_ignore_case, leaf_bool, include_empty_tree, skip_faulty_gate, comps, transform, fcs_file_extension, greedy_match, fcs_parse_arg, num_threads)
}

get_keywords_by_id <- function(ws, sample_id) {
    .Call(`_CytoML_get_keywords_by_id`, ws, sample_id)
}

get_keywords_by_name <- function(ws, sample_name) {
    .Call(`_CytoML_get_keywords_by_name`, ws, sample_name)
}

get_sample_groups <- function(ws) {
    .Call(`_CytoML_get_sample_groups`, ws)
}

get_samples <- function(ws) {
    .Call(`_CytoML_get_samples`, ws)
}

get_xml_file_path <- function(ws) {
    .Call(`_CytoML_get_xml_file_path`, ws)
}

Try the CytoML package in your browser

Any scripts or data that you put into this service are public.

CytoML documentation built on March 12, 2021, 2 a.m.