Description Arguments Value Author(s) Examples
View source: R/loadAndFilterFuns.R
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.
data |
data.frame or character; A data frame with sample IDs as colnames or a vector of sample IDs. |
The counts data.frame with the ".htseq" suffix removed from the column names.
Jason Serviss
1 2 | counts <- data.frame(a.htseq = runif(26), b.htseq = runif(26))
removeHTSEQsuffix(counts)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.