Description Usage Arguments Details Author(s) Examples
filter on minFreqFilt snps
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"
)
|
x |
|
... |
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' |
Description info here
Jesper R. Gadin, Lasse Folkersen
1 2 3 4 5 | #load example data
data(ASEset)
a <- ASEset
minFreqFilt(a)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.