Entering edit mode
2.5 years ago
roniozagam94
▴
10
hello, im willing to search correlation between my gene expression data that i got from deseq2 results and mirna data that i have so ill get a target prediction there are 2 df that i own, each one contains the subject names in the columns and the rows are the genes or the miR. was looking for an R package such as anamiR however it wint sync with my version and i cannot get it on. does anyone hace anything to offer? much appreciation!!
Please use a little more care while writing your question, it is hard to grasp what you mean. In principle calculating correlation doesn't need any package, you can simply use the cor function. If you want to use a specific package and it isn't compatible with your R version you simply have to install a compatible R version, there are many options to do that but it shouldn't be a show-stopper.
FYI the cor.test() function will display a p-value in addition to the correlation coefficient.
however it will not link the connection between the data in the df's. anamiR will load info from databases online and connect each miR with its targeted gene..
well unfortunatley after downloading the correct r version for the package - its dependecies are not synched with this version and i got lots of warnings.