removeHTSEQsuffix: removeHTSEQsuffix

Description Arguments Value Author(s) Examples

View source: R/countFuns.R

Description

HTSeq adds the suffix ".htseq" to column names when it reports counts. This function removes that suffix from the column names of the supplied counts data.frame.

Arguments

data

data.frame or character; A data frame with sample IDs as colnames or a vector of sample IDs.

Value

The counts data.frame with the ".htseq" suffix removed from the column names.

Author(s)

Jason Serviss

Examples

1
2
counts <- data.frame(a.htseq = runif(26), b.htseq = runif(26))
removeHTSEQsuffix(counts)

jasonserviss/sp.scRNAseqData documentation built on Jan. 8, 2020, 11:46 a.m.