Off topic:How do i merge read counts and gene names of individual files into a single data frame?
0
0
Entering edit mode
4.5 years ago

Suppose i have 2 individual files in excel format containing gene names and read count:

FILE-1

gene_Names   read_count_1
abc                       2
def                        1
ghi                         2
jkl                          3
mno                      1

FILE-2

gene_Names   read_count_2
abc1                       1
def                          2
ghi3                        2
jkl                           4
mno                       1

How do i filter common gene names with corresponding read counts and merge it in one data frame in R language?

gene_Names   read_count_1   read_count_2
def                             1                       2
jkl                               2                       4
mno                           1                        1
RNA-Seq R • 1.0k views
ADD COMMENT
This thread is not open. No new answers may be added
Traffic: 2588 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