Description Usage Arguments Details Author(s) Examples
filter on minCountFilt snps
1 2 3 4 5 6 7 8 9 10 11 | minCountFilt(x, ...)
## S4 method for signature 'ASEset'
minCountFilt(
x,
strand = "*",
threshold.counts = 1,
sum = "all",
replace.with = "zero",
return.class = "ASEset"
)
|
x |
|
... |
internal param |
strand |
strand to infer from |
threshold.counts |
cutoff for read counts (see details) |
sum |
'each' or 'all' |
replace.with |
only option 'zero' |
return.class |
'ASEset', 'array' or 'matrix' |
Description info here
Jesper R. Gadin, Lasse Folkersen
1 2 3 4 5 | #load example data
data(ASEset)
a <- ASEset
minCountFilt(a)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.