how to do Differential splicing from SGSeq analysis
0
0
Entering edit mode
Sara • 0
@95b4edca
Last seen 1 day ago
Belgium

Hi,

I was following the SGSeq tutorial, but there were some things that I didn't understand properly. I would appreciate further explanation, please.

As following the tutorial document for section 11, I created the SGVariantCounts object.


sgv <- rowRanges(sgvc_pred)
sgvc <- getSGVariantCounts(sgv, sample_info = si)
sgvc


x <- counts(sgvc)
vid <- variantID(sgvc)
> vid
[1] 1 2

vid output is only an integer. Could you explain what these numbers are? as well as for eid?

eid <- eventID(sgvc)
> eid
[1] 1 1

now, which information do I have to extract to use as input for differential splicing analysis using DEXSeq? How do I build my DEXSeqDataSet object for further analysis?

Many thanks in advance!

DEXSeq SGSeq • 80 views
ADD COMMENT

Login before adding your answer.

Traffic: 626 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6