filterCounts | R Documentation |
This function generates counts, FPKM and TPM tables including only the differentially expressed genes present in the set of DE generated with wrapperDeseq2.
filterCounts(data.folder, type = c("gene", "isoform", "mirna"))
data.folder |
a character string indicating the paths of rnaseqCounts/mirnaCounts output folders |
type |
character with three options: gene, isoform, mirna. |
Returns counts, fpkm, tpm data frames for gene and isoforms in countsDE.txt, log2fpkmDE.txt and in log2TPMDE.txt
Raffaele Calogero
## Not run:
system("wget 130.192.119.59/public/test.analysis.zip")
unzip("test.analysis.zip")
setwd("test.analysis")
library(docker4seq)
wrapperDeseq2(output.folder=getwd(), group="docker", experiment.table="_counts.txt", log2fc=1,
fdr=0.1, ref.covar="Cov.1", type="gene", batch=FALSE))
filterCounts(data.folder=getwd(), type="gene")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.