This is a test version of Biostars. For the public version, visit https://www.biostars.org.
joining/merge of two csv files

table A table B table C

hsa-miR-100-5p 1.8 hsa-miR-100 1.0 hsa-mir-100 0 1.0

hsa-miR-101-3p 0.7 hsa-mir-100-5p 2.5 hsa-miR-100-5p 1.8 2.5

hsa-miR-101-5p 2.4 hsa-mir-101-5p 2 hsa-miR-101-3p 0.7 0

                                                                                                        hsa-mir-101-5p 2.4  2

i have two csv files like A n B, how can i get a file C(merge of A n B)?? if values is not present in any of the file it should be consider as zero.. i tried with join function it gives the file but zero values is not mentioned

r rna-seq

Hello anithanagaraj93!

We believe that this post does not fit the main topic of this site.

Not a bioinformatics quesiton

For this reason we have closed your question. This allows us to keep the site focused on the topics that the community can help with.

If you disagree please tell us why in a reply below, we'll be happy to talk about it.

Cheers!

1 answer

Without going into details, this thread A: Merge files in r studio! as well as this one Merging more than 2 csv files in r studio? might help you.

Log in to answer this question.