Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lack of input file #1

Open
shaojiqi opened this issue Sep 16, 2022 · 1 comment
Open

Lack of input file #1

shaojiqi opened this issue Sep 16, 2022 · 1 comment

Comments

@shaojiqi
Copy link

Excellent work and beautiful plots!

My problem: "pre_processing.R" lacks input tables like "L6_abso.txt","fmt_reads_sum" , it will be very nice of you to give any help!

@RuiqiaoHe
Copy link
Member

Thanks for you appreciation!
The two input files for our pre-processing script are 1) absolute genus abundance matrix, and 2) the number of mapped reads in each sample.
The format for the abundance matrix is as follows:

OTU ID Sample 1 Sample 2 ... Sample N
Taxon 1 -- -- -- --
Taxon 2 -- -- -- --
... -- -- -- --
Taxon M -- -- -- --

Our pre-processing script de-noised this abundance table for later analyses.
The format for the read sum file is as follows:

id count
Sample 1 --
Sample 2 --
... --
Sample N --

We used this file to filter samples without enough statistical power.
You can use our script and input file as above for your own data. I hope it would be clear for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants