Skip to content
Prev 305190 / 398506 Next

plot: x and y chromosomes are missing

Make sure your chromosome column is a factor or character vector.
How you got that I don't know; the default would be to import as factor.

Anyway, once you have chromosome properly imported as character or factor you can use barplot with chromosome used as labels, or plot(1:length(fc), axes=FALSE) and then add axes using 
axis(1, at=1:length(fc)), labels=chromosome) #or similar
and
axis(2)
see ?abline
*******************************************************************
This email and any attachments are confidential. Any use...{{dropped:8}}