You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
now i am trying to save the output in file as, its showing error as shown below
writeBambuOutput(se.multiSample_discovery_only_NDR_null,, path = "./bambu/")
Error in MatrixGenerics:::.load_next_suggested_package_to_search(x) :
Failed to find a rowRanges() method for CompressedGRangesList objects.
kindly help me understand the error and help me save the file
(2) writeToGTF(se.multiSample_discovery_only_NDR_null, "./output.gtf")
this command is working which gives the gtf information of the novel discovered transcripts. Is this information enough to proceed?
The text was updated successfully, but these errors were encountered:
Just to clarify, writeBambuOutput works with the se output generated from bambu when quant = TRUE, for your reference.
If you are running bambu with quant = FALSE, the se output is a CompressedGrangesList object. You can write it out using writeToGTF to obtain the extended GTF file.
hello,
I have following command to run novel transcript discovery.
now i am trying to save the output in file as, its showing error as shown below
kindly help me understand the error and help me save the file
(2) writeToGTF(se.multiSample_discovery_only_NDR_null, "./output.gtf")
this command is working which gives the gtf information of the novel discovered transcripts. Is this information enough to proceed?
The text was updated successfully, but these errors were encountered: