isoCounts: Create count matrix with different summarizing options
Description
This function collapses isomiRs into different groups. It is a similar
concept than how to work with gene isoforms. With this function,
different changes can be put together into a single miRNA variant.
For instance all sequences with variants at 3' end can be
considered as different elements in the table
or analysis having the following naming
hsa-miR-124a-5p.iso.t3:AAA.
int minimum number of isomiR sequences to be included.
mins
int minimum number of samples with number of
sequences bigger than minc counts.
Value
IsomirDataSeq object with new count table.
The count matrix can be access with counts(ids).
Details
You can merge all isomiRs into miRNAs by calling the function only
with the first parameter isoCounts(ids).
You can get a table with isomiRs altogether and
the reference miRBase sequences by calling the function with ref=TRUE.
You can get a table with 5' trimming isomiRS, miRBase reference and
the rest by calling with isoCounts(ids, ref=TRUE, iso5=TRUE).
If you set up all parameters to TRUE, you will get a table for
each different sequence mapping to a miRNA (i.e. all isomiRs).