getNB: Read NanoBodies (NBs)

View source: R/compose.R

getNBR Documentation

Read NanoBodies (NBs)

Description

A wrapper function for reading the flycodes using ExperimentHub. The files are used for demonstrating the detectability of the AA sequences. The wrapper functions are extended by columns ssrc prediction and the parentIonMass. The column ESP_Prediction was generated by using the service from https://genepattern.broadinstitute.org.

Usage

getNB(filename = NULL)

Arguments

filename

a two column tab separated file containing a peptide sequence and an ESP value. default is NULL which reads the data provided by the package through ExperimentHub.

Value

a data.frame object of NBs

Author(s)

Christian Panse <cp@fgcz.ethz.ch> 2015, 2018, 2019

Source

Examples

NB <- getNB()
dim(NB)

cpanse/NestLink documentation built on May 16, 2022, 2:33 a.m.