Learn R Programming

drugsens (version 0.1.0)

string_parsing: Parse image filenames to extract metadata

Description

This function will parse the data from the Image name and will return the metadata there contained The metadata will be then associated to the count file as well

Usage

string_parsing(.data)

Value

A dataframe/tibble.

Arguments

.data

dataframe with parsed metadata

Examples

Run this code
# Basic example with sample data
input_data <- data.frame(
  Image = "B516_Ascites_2023-11-25_DOC2020-12-14_dmso_rep_Ecad_cCasp3_(series 01).tif"
)
test <- drugsens::string_parsing(input_data)

# \donttest{
# Example with actual data processing
data.parsed <- string_parsing(input_data)
# }

Run the code above in your browser using DataLab