readDMS: Read DMS Raw Data

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/readDMS.R

Description

Read raw data from DMS experiment from a tsv file and format into a data frame.

Usage

1
readDMS(path, name)

Arguments

path

Character, single path to the tsv file containing raw DMS data.

name

Character, name of the gene.

Details

A more detailed description of what the function does.

Value

Data frame containing the DMS data with the following headers: wt_aa pos mut_aa wt_codon mut_codon annotation nonselect1 nonselect2

Author(s)

Rachel Silverstein (aut)

See Also

another_function Info

Examples

1
2
3
4
5
# this example only works on my computer
setwd("/Users/Rachel/desktop/Roth Lab/R_DMS")
path <- './data/rawData_UBE2I_solid.txt'
gene_name <- 'UBE2I'
readDMS(path, gene_name)

RachelSilverstein/BioTools documentation built on May 3, 2019, 8:34 p.m.