summarizeBySeq {REDseq}R Documentation

Output count/weight summary by sequences

Description

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

Usage

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

	library(REDseq)
	data(example.assignedREDseq)
	summarizeBySeq(example.assignedREDseq, by="Weight")
	summarizeBySeq(example.assignedREDseq,by="SEQid")

[Package REDseq version 1.39.0 Index]