Hi,
I'm trying to process the BigWig Files of TCGA patients and access them via the URL provided in the $BigWigURL column of the RangedSummarizedExperiment created with create_rse(). I have three questions:
1) As there is just a single BigWig Url per sample I assume that the coverage of the plus and minus strand are combined. Is this correct? 2) In the case of a stranded RNA-seq library is there a way to obtain separate BigWig files for the plus and minus strand to discriminate between the signal from the plus and minus strand? 3) Is there somewhere information (a column in the colData of the RangedSummarizedExperiment object?) whether the samples are unstranded or stranded?
Thanks in advance!
Best, Mario
Leo is correct, there's no explicit information we provide in the metadata regarding strandedness. We didn't run anything in particular to report the strandedness of a sample and it's not something that SRA consistently reports on in its run metadata AFAIK.
Thanks for the info Chris!