extract_sim_data.Rd
Extract the SIM traces from all the data and put them in a nice data frame.
extract_sim_data(data, sim_names, sim_ids)
data | MChromatograms object from readSRMData() containing all the sims from your experiment |
---|---|
sim_names | A character vector containing the names you want to give to each trace. |
sim_ids | a integer vector containing the index of each sim traces you want. |
A data frame containing the retention time and intensity of each sim trace in long format.
Rico Derks