giveEnzymeSequence: Provide the corresponding enzyme sequence for an enzyme name

Description Usage Arguments Value Note Author(s) References Examples

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

1
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

Character string with the restriction enzyme sequence

Note

For any custom-made enzyme list it is assumed that there are no duplicate enzyme names in the database.

Author(s)

Carolin Walter

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

1
2
    file <- system.file("extdata", "enzymeData.csv", package="Basic4Cseq")  
    giveEnzymeSequence(file, "NlaIII")

Basic4Cseq documentation built on Nov. 8, 2020, 6:53 p.m.