Hello,
I am analysing RNAseq data of sequences human samples starting from FASTQ files. I did all the quality controls, trimming ect and aligned my pair-end reds with STAR. I am now trying to obtain a count matrix in SummariedExperiment, and I am counting with featureCounts from Rsubread. I get back a list with counts and annotation. The problem is that in my annotations, Chr, Start and End and Strand have multiple values and are codified as character (I attach a picture to show), and for this reason I cannot generate the GRanges() for RowData as this requires a unique value fro Chr, Start and End. How can I get around this problem? Thank you