Description Usage Arguments Value Author(s) Examples
This method allows to select a miRNA and all its isomiRs from the count matrix.
1 2 3 4 | isoSelect.IsomirDataSeq(object, mirna, minc = 10)
## S4 method for signature 'IsomirDataSeq'
isoSelect(object, mirna, minc = 10)
|
object |
A IsomirDataSeq object. |
mirna |
String referring to the miRNA to show. |
minc |
Minimum number of isomiR reads needed to be included in the table. |
S4Vectors::DataFrame with count
information. The row.names
show the isomiR names, and each of the columns shows the counts
for this isomiR in that sample. Mainly, it will return the count
matrix only for isomiRs belonging to the miRNA family given by
the mirna
parameter. IsomiRs need to have counts bigger than
minc
parameter at least in one sample to be included in the output.
Annotation of isomiRs follows these rules:
miRNA name
mismatches
additions
5 trimming events
3 trimming events
Lorena Pantano
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.