normalizePACds | R Documentation |
normalizePACds returns a normalized PACds with @counts normalized.
normalizePACds(pacds, method = "TPM")
pacds |
a PACdataset. |
method |
normalization method, can be TPM/CPM/DEseq/DESeq2/EdgeR. CPM=TPM (after normalization, libsize of all columns are 1e6), DESeq=DESeq2. |
This function is used for normalization with different methods.
A normalized PACdataset with pacds@counts normalized.
Other PACdataset functions:
PACdataset-class
,
PACds
,
annotateByPAS()
,
annotatePAC()
,
createPACdataset()
,
get3UTRAPAds()
,
get3UTRAPApd()
,
length()
,
makeExamplePACds()
,
mergePACds()
,
plotPACdsStat()
,
rbind()
,
readPACds()
,
removePACdsIP()
,
scPACds
,
subscript_operator
,
summary()
,
writePACds()
data(PACds)
PACdsNorm=normalizePACds(PACds, method='TPM')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.