filterTSS | R Documentation |
Filters transcriptional or sequencing noise.
filterTSS(object, method = "poisson", normalization = TRUE,
pVal =0.01, tpmLow = 0.1)
## S4 method for signature 'TSSr'
filterTSS(
object,
method = "poisson",
normalization = TRUE,
pVal = 0.01,
tpmLow = 0.1
)
object |
A TSSr object. |
method |
Method to be used for TSS filtering: "poisson" or "TPM". "poisson" can be used only if the input TSS data in raw number of counts. |
normalization |
Define whether normalization data to TPM. Used only if method = “poisson”. Default is TRUE. |
pVal |
Used only if method = "poisson". Default value is 0.01. |
tpmLow |
Used only if method = "TPM". Default value is 0.1. |
Large List of elements - one element for each sample
data(exampleTSSr)
filterTSS(exampleTSSr, method = "TPM", tpmLow=0.1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.