Copy selected data to clipboard for further processing by user
My use case:- Original data needs to be transposed and can contain information on N samples- In most - but not all - cases the data of interest is in the first row of the transposed data- Of the copied rows, not all columns should be copied, only the ones namens "Row 3, Row 4, Row 5" (the columns are named row because of the transpose).- This data needs to be copied to the clipboard for further pr...