View source: R/methods-AlignmentPairs-class.R
countSubjectsByCoverage | R Documentation |
countSubjectsByCoverage
countSubjectsByCoverage(
x,
min.coverage = seq(0.25, 1, 0.25),
min.match = 0.9,
nmax = 5
)
x |
AlignmentPairs or DataFrame object |
min.coverage |
coverage cutoffs to apply to transcripts |
min.match |
filter out hits with fraction matching bases less than min.match |
nmax |
maximum number of subjects to count |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.