Entering edit mode
ibtissam.jabre
•
0
@ibtissamjabre-14323
Last seen 7.0 years ago
Hello, i'm to run the following in the RiboProfiling pacakage # #transform the GAlignments object into a GRanges object # #(faster processing of the object) # alnGRanges <- readsToStartOrEnd(aln, what="start") however I'm always getting an error that
readsToStartOrEnd doesn't exit. Can someone please help me with that
Best regards -ibtissam jabre
Please provide more information. Some other helpful information would be additional commands run previous to this error with any output, `head(aln)` object or some other summary method to show what is in aln, and `sessionInfo()`.