minFreqFilt: minFreqFilt methods

Description Usage Arguments Details Author(s) Examples

Description

filter on minFreqFilt snps

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
minFreqFilt(x, ...)

## S4 method for signature 'ASEset'
minFreqFilt(
  x,
  strand = "*",
  threshold.frequency = 0.1,
  replace.with = "zero",
  return.class = "ASEset",
  sum = "all"
)

Arguments

x

ASEset object

...

internal param

strand

strand to infer from

threshold.frequency

least fraction to classify (see details)

replace.with

only option 'zero'

return.class

'ASEset', 'array' or 'matrix'

sum

'each' or 'all'

Details

Description info here

Author(s)

Jesper R. Gadin, Lasse Folkersen

Examples

1
2
3
4
5
#load example data
data(ASEset)
a <- ASEset

minFreqFilt(a)

pappewaio/AllelicImbalance documentation built on April 11, 2020, 2:58 a.m.