Description Usage Arguments Details Value Author(s)
View source: R/features-filter.R
Filter previously predicted features using more stringent criteria.
1 2 | filterFeatures(features, paired_end, read_length, frag_length, lib_size,
min_junction_count = NULL, alpha, psi, beta, gamma)
|
features |
|
paired_end |
Logical, |
read_length |
Read length required for use with |
frag_length |
Fragment length for paired-end data required
for use with |
lib_size |
Number of aligned fragments required for use with
|
min_junction_count |
Minimum fragment count required for a splice
junction to be included. If specified, argument |
alpha |
Minimum FPKM required for a splice junction to be
included. Internally, FPKMs are converted to counts, requiring arguments
|
psi |
Minimum splice frequency required for a splice junction to be included |
beta |
Minimum relative coverage required for an internal exon to be included |
gamma |
Minimum relative coverage required for a terminal exon to be included |
Initial predictions with predictTxFeatures
must have been performed
with include_counts = TRUE
and retain_coverage = TRUE
,
so that predicted features contain metadata columns “N”,
“N_splicesite” and “coverage”.
TxFeatures
object with filtered features
Leonard Goldstein
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.