DiogoVeiga / maser

Mapping Alternative Splicing Events to pRoteins
Other
18 stars 14 forks source link

Export top hits? #40

Open ashley-brooke opened 1 year ago

ashley-brooke commented 1 year ago

Is there a way I can export a table similar to the one provided with maser::display() as a .csv or excel file? Would be nice to be able to store the geneSymbol, FDR, PSI for my top hits to use with GO analysis, etc.

DiogoVeiga commented 1 year ago

You can use topEvents() followed by summary()to get a data frame with this information about AS events. One example is provided in the Introduction vignette summary(hypoxia, type = "SE").