| ebseq | R Documentation |
ebseq
ebseq(Row_count_matrix)
Row_count_matrix |
Row Count matrix txt file (Not normalized count matrix) |
Ning Leng and Christina Kendziorski (2020). EBSeq: An R package for gene and isoform differential expression analysis of RNA-seq data.
library(rnaseqviewer)
#pairwise DEG analysis
data(Row_count_data)
write.table(Row_count_data, file = "Row_count_data.txt", sep = "\t", quote = FALSE)
ebseq("Row_count_data.txt")
#three conditions DEG analysis
data("Row_count_3conditions")
write.table(Row_count_3conditions, file = "Row_count_3conditions.txt", sep = "\t", quote = FALSE)
ebseq("Row_count_3conditions.txt")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.