Originally posted by chadn737
View Post
Unconfigured Ad
Collapse
X
-
When you first use DESeq, you combine a table of counts and a list of conditions to create a count data setOriginally posted by luoye View Postsorry,i can not understand what you mean,can you tell me some more detail?
did you mean is: cds=calcNormFactors(cds) ,sizeFactors(cds)?
thank you very much.
You can give the count data set your own size factors usingCode:cds <- newCountDataSet(countTable,conditions)
If you wanted to use TMM normalized sizeFactors from EdgeR rather than those given by DESeq then you can first:Code:sizeFactors(cds) <- #input
and then give this to the count data set:Code:x <- calcNormFactors(as.matrix(countTable)
Code:sizeFactors(cds) <- x
Leave a comment:
-
sorry,i can not understand what you mean,can you tell me some more detail?Originally posted by chadn737 View PostDo the same thing with the normalization factors from EdgeR. You can even feed DESeq the normalization factors from EdgeR by using sizeFactors(cds)= normalization factors from EdgeR
did you mean is: cds=calcNormFactors(cds) ,sizeFactors(cds)?
thank you very much.
Leave a comment:
-
Do the same thing with the normalization factors from EdgeR. You can even feed DESeq the normalization factors from EdgeR by using sizeFactors(cds)= normalization factors from EdgeR
Leave a comment:
-
hi chadn737Originally posted by chadn737 View PostYou can use EdgeR to get TMM normalized data using calcNormFactors() in R.
What do you want to use the normalized data as input for?
thank you very much for your reply,I mean is that when i use EdgeR to get TMM calcNormFactors() in R to nomalization ,i want to see the difference
between normalized data and the raw data .for example ,In DESeq, you get normalized counts by dividing the raw counts by the appropriate size factor.but in edgeR ,how can i do this normalized counts ?
thank you
Leave a comment:
-
You can use EdgeR to get TMM normalized data using calcNormFactors() in R.Originally posted by luoye View Posthi,everyone
i want to use TMM method to normalization,but i encounter a question ,how can i get the normalized counts after TMM ,thank you very much.
What do you want to use the normalized data as input for?
Leave a comment:
-
hi,everyoneOriginally posted by harshinamdar View Posthi BENM,
i meant the later one.
thank you for providing the link to this old post. that what i was looking for.thanks.
i want to use TMM method to normalization,but i encounter a question ,how can i get the normalized counts after TMM ,thank you very much.
Leave a comment:
-
hi BENM,
i meant the later one.
thank you for providing the link to this old post. that what i was looking for.thanks.
Leave a comment:
-
hi, do you mean experiment normalization or data normalization for quantification analysis?
If it is for cDNA libraries normalization, one of application is duplex-specific nuclease (DSN), which is based on the kinetics of cDNA reassociation. (refers to: P. A. Zhulidov, etc. al., A Method for the Preparation of Normalized cDNA Libraries Enriched with Full-Length Sequences. Russian Journal of Bioorganic Chemistry, Vol. 31, No. 2, 2005. and Irina Shagina, etc. al., Normalization of genomic DNA using duplex-specific nuclease. BioTechniques 48:455-459, June 2010)
Or the later, there is two general formulas for RNA-seq data normalization: RPKM (reads per kilobase per millions of reads mapped) and FPKM (fragments per kilobase per million mapped fragments), and an useful tool - Cufflinks. You can follow the previous post in SEQanswer to find more details: RNA-seq and normalization numbers (http://seqanswers.com/forums/showthr...p?t=586&page=1)
Leave a comment:
-
RNA Seq normalization
what do you understand by normalization of RNA seq data? what are the tools available for it?Tags: None
Latest Articles
Collapse
-
by SEQadmin2
CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).
Despite this, “CRISPR helped turn genome editing from a specialized technique into...-
Channel: Articles
07-31-2026, 11:01 AM -
ad_right_rmr
Collapse
News
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by SEQadmin2, 08-20-2026, 11:17 AM
|
0 responses
12 views
0 reactions
|
Last Post
by SEQadmin2
08-20-2026, 11:17 AM
|
||
|
Started by SEQadmin2, 08-18-2026, 10:05 AM
|
0 responses
20 views
0 reactions
|
Last Post
by SEQadmin2
08-18-2026, 10:05 AM
|
||
|
Started by SEQadmin2, 08-13-2026, 12:22 PM
|
0 responses
42 views
0 reactions
|
Last Post
by SEQadmin2
08-13-2026, 12:22 PM
|
||
|
Started by SEQadmin2, 08-11-2026, 10:35 AM
|
0 responses
32 views
0 reactions
|
Last Post
by SEQadmin2
08-11-2026, 10:35 AM
|
Leave a comment: