You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi - thank you for your great work on the package.
I'm sorry if I've overlooked something obvious, but how do I extract the per-sample scores for each geneset obtained through geseca?
I can run geseca with: gesecaRes <- geseca(pathways, E, minSize = 15, maxSize = 500)
and then plot the per-sample expression value for a specified geneset with: plotCoregulationProfile(pathway=pathways[["SANA_TNF_SIGNALING_UP"]], E=E, titles = metadata$aample, conditions = metadata$cohort)
How do I just obtain the data used by plotCoregulationProfile (sample x expression value for a specified gene set) so I can plot it more flexibly?
Thanks!
The text was updated successfully, but these errors were encountered:
PatrickMaclean
changed the title
Obtain per-sample
Obtain per-sample expression value for a gene set
Jul 12, 2023
Hi - thank you for your great work on the package.
I'm sorry if I've overlooked something obvious, but how do I extract the per-sample scores for each geneset obtained through geseca?
I can run geseca with:
gesecaRes <- geseca(pathways, E, minSize = 15, maxSize = 500)
and then plot the per-sample expression value for a specified geneset with:
plotCoregulationProfile(pathway=pathways[["SANA_TNF_SIGNALING_UP"]], E=E, titles = metadata$aample, conditions = metadata$cohort)
How do I just obtain the data used by plotCoregulationProfile (sample x expression value for a specified gene set) so I can plot it more flexibly?
Thanks!
The text was updated successfully, but these errors were encountered: