Problem in installing methyl kit in R 3.6.1
1
0
Entering edit mode
4.4 years ago
sinha.puja ▴ 20

Hi,

I was trying to install methyl kit package in R 3.6.1 with the following command but it has error showing that

BiocManager::install("methylkit" , dependencies = TRUE)

library(methylkit)

Error in library(methylkit) : there is no package called ‘methylkit’

Please help as I want to use the below function for annotating CpG sites present in exon, intron & intergenic regions from NGS WGBS data.

gene.obj = read.transcript.features("P:/New folder/refGene.bed.txt", package = "methylKit")

R • 1.7k views
ADD COMMENT
1
Entering edit mode
4.4 years ago
ATpoint 82k

methylKit => with a capital K. In your install command it is lowercase k.

Simply copy the command from here and you'll be fine. https://bioconductor.org/packages/release/bioc/html/methylKit.html

ADD COMMENT
0
Entering edit mode

Hello sinha.puja

If an answer was helpful, you should upvote it; if the answer resolved your question, you should mark it as accepted. You can accept more than one answer if they all work. Not providing feedback to users that help you is bad etiquette

Upvote|Bookmark|Accept

ADD REPLY

Login before adding your answer.

Traffic: 2156 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