ppi.combineData: PPI: Combine Data

Description Usage Arguments

View source: R/ppi.combineData.R

Description

This function combines data and lets you set specifications for how you would like to filter the data.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
ppi.combineData(
  xlink_mega_list,
  fasta_file,
  freq_cutoff = NA,
  score_cutoff = NA,
  cutoff_cond = c("and", "or"),
  protein_alternative_names_dict = NULL,
  category_color_input_file = NULL,
  console_messages = FALSE
)

Arguments

xlink_mega_list

List made by ppi.loadData()

fasta_file

FASTA file as loaded by seqinr::read.fasta()

freq_cutoff

Frequency cutoff, will discard values below this number. Defaults to NA.

score_cutoff

Score cutoff, will discard values above this number. Defaults to NA.

cutoff_cond

Cutoff conditions. If you have values for both freq_cutoff and score_cutoff, this will determine if it will use an "and" or "or" statement.

protein_alternative_names_dict

data.frame() or string representing file name. If you have the same proteins represented by different names (NOT RECOMMENDED), you can use this to make sure they will all be combined successfully. Defaults to NULL.

category_color_input_file

data.frame() or string representing file name. If you have specific colors you would like to use, use this field.

console_messages

Will display console messages about if a match has been made. Primarily for debugging purposes.


egmg726/crisscrosslinker documentation built on Jan. 23, 2021, 1:50 a.m.