get_features_from_ranks: Return vector of features names from a data.frame with rank...

View source: R/import_model_data_et_al.R

get_features_from_ranksR Documentation

Return vector of features names from a data.frame with rank values.

Description

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ get_features_from_ranks ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Usage

get_features_from_ranks(
  ranks_feature_path,
  ranks_count = NULL,
  ranks_clm = NULL
)

Arguments

ranks_feature_path

Path to data matrix with feature names in one column and ranks in another.

ranks_count

Integer to indicate how many features to take from the column ranks, NULL will return all the features ordered by rank.

ranks_clm

String to indicate which column contains the column ranks. NULL will return the second column.


Benjamin-Vincent-Lab/binfotron documentation built on Oct. 1, 2024, 8:33 p.m.