# NOT RUN {
counts = system.file("extdata", "count_matrix.tsv", package="BioInsight")
counts = read.table(counts, row.names=1, header=TRUE)
biotypes = system.file("extdata", "Rattus_Norvegicus_biomart.tsv", package="BioInsight")
biotypes = read.table(biotypes, row.names=1, header=TRUE)
groups = rep(as.factor(c("1","2")), each=5)
describeRNA(counts=counts,
biotypes=biotypes,
groups=groups,
filter=2)
# }
Run the code above in your browser using DataLab