iexpr(x, meas = "rcount")
"iexpr"(x, meas = "rcount")
meas
) supporting each intron, in each sample. If
meas
is "all"
, a data frame is returned, containing all
measurements and location information.
data(bg)
intron_rcount_matrix = iexpr(bg)
intron_data_frame = iexpr(bg, 'all')
Run the code above in your browser using DataLab