Features_ExtractFeatures: Extract features from a list of feature dataframes.

View source: R/Features_ExtractFeatures.R

Features_ExtractFeaturesR Documentation

Extract features from a list of feature dataframes.

Description

Features_ExtractFeatures obtains a set of features from a list of preprocessed/feature-selected dataframes. It also generates a venn diagram.
Features_ExtractParameters obtains a set of parameters.

Usage

Features_ExtractFeatures(preprocessedDFList, criteria = "intersect")

Features_ExtractParameters(preprocessedDFList, criteria = "intersect")

Arguments

preprocessedDFList

A list of feature dataframes generated by Features_Preprocess, Features_CorFilter, Features_FeatureSelect, Features_Importance, or Features_Importance_Reduce.

criteria

The criteria of feature extraction. Can either be "intersect" or "union".


masato-ogishi/Repitope documentation built on Feb. 14, 2023, 5:47 a.m.