drostlab / myTAI

Evolutionary Transcriptomics with R
https://drostlab.github.io/myTAI/
GNU General Public License v2.0
38 stars 16 forks source link

`PlotSignatureTransformed()` function added #18

Closed LotharukpongJS closed 1 year ago

LotharukpongJS commented 1 year ago

Implemented PlotSignatureTransformed() and some minor changes:

For PlotSignatureTransformed():

PlotSignatureTransformed(ExpressionSet = PhyloExpressionSetExample,
                         TestStatistic = "ReductiveHourglassTest",
                         transforms = c("log2", "sqrt", "none", “vst”, “log”, “rank”, “squared"),
                         modules = list(early = 1:2, mid = 3:5, late = 6:7))

image

LotharukpongJS commented 1 year ago

Removed non-standard files/directories.

HajkD commented 1 year ago

Wow!!! Brilliant work, @LotharukpongJS!

Looks perfect to me!