filterSamReads: A function to filter SAM or BAM files

Description Usage Arguments Value Author(s) See Also Examples

View source: R/AllUtilities.R

Description

A function to filter SAM or BAM files using picard-tools

Usage

1
filterSamReads(input, output, filter=c("includeAligned","excludeAligned"))

Arguments

input

SAM/BAM file to be validated

output

file name in which to save the filtered reselts

filter

type of filter

Value

A filtered SAM/BAM.

Author(s)

Raffaele A Calogero

See Also

picardInstallation

Examples

1
#	filterSamReads(input="kd2_accepted_hits2.sam", output="kd2_accepted_hits2_mapped.sam", filter="includeAligned")

chimera documentation built on Nov. 8, 2020, 5:16 p.m.