How install Meta_Analysis functions in R? (FeatureCorrelationMeta and or PlotMetaCorrHeatmap)

Hi,

I’ m Trying to use meta-data functions of Metaboanalyst like FeatureCorrelationMeta or PlotCorrHeatmap in MetaboanalystR, but those functions are visible in the github page, but not in the MetaboAnalystR package installed on R studio( version 3.2.0).

Can someone help me with this issue? there is a particular way to install the github code in R studio? I’ve yet tried with the commands:

install.packages("remotes")
remotes::install_github("xia-lab/MetaboAnalystR")

with no results,

Thank you fr your time

There are several options for installing directly from GitHub, detailed on the main MetaboAnalystR GitHub page: https://github.com/xia-lab/MetaboAnalystR

You must first install main R package dependencies, then install the MetaboAnalyst package from GitHub.

1 Like

I guess the answer to the above question is irrelevant.

How can we extend the R package functions to meta-analysis?