verifyNonExon: Applied to verify if the non-exon sequences are introns.

Description Usage Arguments Value Examples

Description

verifyNonExon use positionNonExon to align the reads with introns and output a BAM file named "verifyNonExonIntrons.BAM". The return value is a data frame with all position of alignment and number of matches and unmatches.

Usage

1
verifyNonExon(readsFile, referenceFile)

Arguments

readsFile

The file that store the read sequences, a string.

referenceFile

The file that store the reference sequences usually introns, a string.

Value

A data frame contains the name of read, name of reference seqeunces, match/unmatch position and reference start position.

Examples

1
2
3
4
5
6
readsFile <- system.file("extdata/testdata", "RRHreads.fasta", package = "nonexonmap")
intronsFile <- system.file("extdata/testdata", "RRHintrons.fasta", package = "nonexonmap")
## Not run: 
dataFrame <- verifyNonExon(readsFile, intronsFile)

## End(Not run)

VVVVVan/nonexonmap documentation built on May 30, 2019, 11:48 p.m.