Open perinom opened 3 years ago
I get this error when attempting to export bedgraphs:
> tss_export(exp)
Error in h(simpleError(msg, call)) :
error in evaluating the argument 'i' in selecting a method for function '[': could not find function "strand"
However, it's fixed by loading the plyranges
package. Does that do anything for your error?
Hi, thanks for looking into it!
I can reproduce your behaviour for bedgraphs but plyranges
doesn't help for exporting to table
Hi,
I'm trying to export the counts to a table to works around #193 but
fails with
the following (code taken from data_export.R) works, though