summarizeBySeq: Output count/weight summary by sequences

Description Usage Arguments Value Author(s) See Also Examples

View source: R/summarizeBySeq.R

Description

Output count/weight summary by sequences with each row representing each sequences

Usage

1
summarizeBySeq(assignedSeqs, by =c("Weight", "SEQid"))

Arguments

assignedSeqs

output from assignSeq2REsite

by

Weight if sum up the weight for each sequence, SEQid if sum the occurrence of each sequence

Value

a matrix with SEQid as the first column and total count/weight as the second column

Author(s)

Lihua Julie Zhu

See Also

summarizeByRE, assignSeq2REsite

Examples

1
2
3
4

REDseq documentation built on Nov. 8, 2020, 8:19 p.m.