powered by
Do difference analysis of RNA-seq data downloaded from ucsc
diff_RNA_ucsc(ucscfile, ...)
a dataframe or numeric matrix of ucsc RNA-seq data
additional parameters
if (FALSE) { ucscfile <- data.table::fread("TCGA-BRCA.htseq_counts.tsv.gz") group <- sample(c("grp1", "grp2"), ncol(ucscfile) - 1, replace = TRUE) result <- diff_RNA_ucsc(ucscfile, group = group) }
Run the code above in your browser using DataLab