annotateBlatRecords: Annotate blat records

View source: R/blat-utils.R

annotateBlatRecordsR Documentation

Annotate blat records

Description

Annotate blat records

Usage

annotateBlatRecords(blat, tag.sequences)

Arguments

blat

data.frame of blat records from readBlat

tag.sequences

data.frame of read sequences

Examples

data(tags)
extdata <- system.file("extdata", package="svbams")
blat.file <- file.path(extdata, "blat_alignment.txt")
blat_aln <- readBlat(blat.file)
records <- annotateBlatRecords(blat_aln, tags)
annotateBlatRecords(records, tags)


cancer-genomics/trellis documentation built on Feb. 2, 2023, 7:04 p.m.