dat_to_long {SlideCNA} | R Documentation |
Convert data to long format and add in metadata
Description
This function will create rows for each bead and gene combination, adding in new metadata with bin designations
Usage
dat_to_long(dat, md)
Arguments
dat |
data.table of smoothed relative expression intensities |
md |
data.table of metadata per bead |
Value
A data.table of bead expression intensities per gene with metadata in long format
[Package SlideCNA version 0.1.0 Index]