Description Usage Arguments Value Author(s) See Also Examples
View source: R/summarizeBySeq.R
Output count/weight summary by sequences with each row representing each sequences
1 | summarizeBySeq(assignedSeqs, by =c("Weight", "SEQid"))
|
assignedSeqs |
output from assignSeq2REsite |
by |
Weight if sum up the weight for each sequence, SEQid if sum the occurrence of each sequence |
a matrix with SEQid as the first column and total count/weight as the second column
Lihua Julie Zhu
summarizeByRE, assignSeq2REsite
1 2 3 4 | library(REDseq)
data(example.assignedREDseq)
summarizeBySeq(example.assignedREDseq, by="Weight")
summarizeBySeq(example.assignedREDseq,by="SEQid")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.