Biseq clusterSites/filterBySharedRegions.R typo in manual with easy fix
0
0
Entering edit mode
mnaymik ▴ 10
@mnaymik-7522
Last seen 6.3 years ago
United States

Hi I ran BiSeq yesterday using the tutorial/manual and noticed an error kept occurring when running clusterSites() on page 13 of the manual. I found the source of the error here: groups = colData(rrbs)$group.  This should be groups = factor(colData(rrbs)$group), As the way the groups variable is handled in the filterBySharedRegions.R is it takes the length of levels(groups) but without taking the factor of this first, levels(colData(rrbs)$group)=null which throws a stop error at line 47-49 even if the intended logic holds.

Marcus

typo manual fix • 927 views
ADD COMMENT

Login before adding your answer.

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