assign_gel_wells: assign_gel_wells

View source: R/assign_gel_wells.R

assign_gel_wellsR Documentation

assign_gel_wells

Description

This function is used to format data exported from the band detector software Gel Analyzer (http://www.gelanalyzer.com/) when up to 2x 96 well plates are run on a gel. Lanes 1 and 50 of each section should always contain the molecular weight marker. The lanes of the 96 well gel are always filled in a certain pattern that allows us to determine the Well ID corresponding to a given lane.

Usage

assign_gel_wells(filepath)

Arguments

filepath

= filepath to excel file containing data exported from GelAnalyzer Software. The file must contain a column labeled "Gel_Section" that specifies which section of the gel the data refers to.

Value

= tibble containing data with Well ID.

Examples



d1 = assign_gel_wells("/filepath_of_data_exported_from_Gel_Analyzer.xlsx")



baynec2/biolabr documentation built on Aug. 8, 2022, 12:02 a.m.