Learn R Programming

Basic4Cseq (version 1.8.0)

giveEnzymeSequence: Provide the corresponding enzyme sequence for an enzyme name

Description

This function is a small convenience function that reads in a prepared file with restriction enzyme sequence names and sequences. giveEnzymeSequence then provides restriction enzyme sequences for the example enzymes listed in van de Werken et al's 4Cseqpipe data base.

Usage

giveEnzymeSequence(fileNameDatabase, enzymeName)

Arguments

fileNameDatabase
File name of the prepared enzyme database
enzymeName
Name of the enzyme for which the sequence is to be returned

Value

References

van de Werken, H., Landan, G., Holwerda, S., et al. (2012): Robust 4C-seq data analysis to screen for regulatory DNA interactions, Nature Methods, 9, 969-971.

Examples

Run this code
  file <- system.file("extdata", "enzymeData.csv", package="Basic4Cseq")  
  giveEnzymeSequence(file, "NlaIII")

Run the code above in your browser using DataLab