Skip to contents

Check and load a local STRING data. If local file do not exist, will try to download from STRING.

Usage

load_PPIdata(speciesname, STRING.version = "11.5", STRINGdata_path = NULL)

Arguments

speciesname

Species name.

STRING.version

character(1), STRING dataset version, default is "11.5".

STRINGdata_path

NULL or a selected path. Recommend NULL.

Examples

if (FALSE) {
# Load STRING data. If local STRING is missing, PPI_res will download to system.file("PPIdata", "Mouse",package = "DEP2")
load_PPIdata(speciesname = "Mouse")
}