Description Usage Arguments Value
View source: R/clustering-functions.R
an internal function that returns a dataframe reporting the locations of unique TSSs and the corresponding tag counts. tagCountTSS is invoked via prcTSS.
1 | tagCountTSS(y, n.cores = 1, outfname = "TSS.txt", writeTable = FALSE)
|
y |
a data frame containing the contents of a single slot of tssTagData. |
n.cores |
the number of cores to be used for this job. |
outfname |
the prefix of the file name of TSS information to be written. (character) |
writeTable |
if TRUE, the tag count information is written to a file in the workding directory (logical) |
a dataframe reporting the locations of unique TSSs and the corresponding tag counts. The last column of the dataframe is the logical isreal, set to TRUE by default. The intent is to provide for user-provided functions that discard specific sites (by setting isreal=FALSE), e.g. sites associated with transposons not of an interest in a study.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.