recount3 transform_counts vs compute_read_counts
1
0
Entering edit mode
fdelillo • 0
@15ad90d8
Last seen 20 months ago
Argentina

Hi! After reading the documentation, I still do not fully understand what is the difference between transform_counts() and compute_read_counts() of the recount3 package. If anyone can help me clarify this I would really appreciate it :)

I was planning to run this code to get the counts so that afterwards I will be able to run a machine learning analysis. Do these steps make sense?

#  Step 1:Coverage counts--> read counts
    assay(rse_gene_object, "counts") <- transform_counts(rse_gene_object)

# Step 2 :read counts---> counts matrix
    counts<-compute_read_counts(rse_gene_object)

Thanks!

recount3 • 691 views
ADD COMMENT
0
Entering edit mode
@lcolladotor
Last seen 7 days ago
United States

Hi @fdelillo,

If you are used to working with read counts, I suggest you use compute_read_counts() only. In terms of the documentation, I'd appreciate more specific feedback since we tried to talk about all the different options we have. There's also https://f1000research.com/articles/6-1558 from the recount2 project that explains more details about the concept of base-pair read counts.

Best, Leo

ADD COMMENT

Login before adding your answer.

Traffic: 659 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6