Skip to contents

Load METHYL feature annotation from Google Cloud Storage. See METHYL_FEATURE_ANNOT for more details.

Usage

load_methyl_feature_annotation(scratchdir = ".")

Arguments

scratchdir

character, local directory in which to download data from Google Cloud Storage. Current working directory by default.

Value

data frame. See MotrpacRatTraining6moData::METHYL_FEATURE_ANNOT for details.

Examples

if (FALSE) {
feature_annot = load_methyl_feature_annotation("/tmp")
}