Hello, I got an error trying to run plotPeakProf2 for my data when I specify the upstream and downstream parameters. When it is not specified, it works ok.
The command:
plotPeakProf2(gr2, TxDb = gr1, type = "body", by = "gene", nbin = 50, upstream = 500, downstream = 500)
I'm not sure how it can be replicated, I can send the input files if needed. I tried running this using different GR objects and nothing worked.
The output
#
#.. 'TxDb' is a self-defined 'GRanges' object...
#
>> binning method is used...2025-01-22 11:06:47 AM
>> preparing body regions by name... 2025-01-22 11:06:47 AM
>> preparing tag matrix by binning... 2025-01-22 11:06:47 AM
>> preparing matrix with flank extension from (gene_SS-500bp)~(gene_TS+500bp)... 2025-01-22 11:06:47 AM
>> 0 peaks(0%), having lengths smaller than 50bp, are filtered... 2025-01-22 11:06:47 AM
Error in cursor:(cursor + seq - 1) : result would be too long a vector
Hello, I got an error trying to run
plotPeakProf2for my data when I specify theupstreamanddownstreamparameters. When it is not specified, it works ok.The command:
I'm not sure how it can be replicated, I can send the input files if needed. I tried running this using different GR objects and nothing worked.
The output