readMinimumInterProScanResultTable: Uses function...

View source: R/iprSelectedPositions.R

readMinimumInterProScanResultTableR Documentation

Uses function 'readInterProScanResultTable(path.2.iprscan.res)' and retains only two columns: 1. Gene Identifier, and 2. InterPro Identifier.

Description

Uses function 'readInterProScanResultTable(path.2.iprscan.res)' and retains only two columns: 1. Gene Identifier, and 2. InterPro Identifier.

Usage

readMinimumInterProScanResultTable(path.2.iprscan.res, gene.col = 1,
  ipr.col = 12)

Arguments

path.2.iprscan.res

The file path to the argument InterProScan result table.

gene.col

The column identifier for the column in which to find the gene identifiers.

ipr.col

The column identifier for the column in which to find the InterPro identifiers.

Value

An instance of base::data.frame


asishallab/GeneFamilies documentation built on May 22, 2023, 11:30 a.m.