Displaying 1 result from an estimated 1 matches for "assem_contigslen8".
Did you mean:
assem_contigslen7
2010 Aug 05
2
colour of label points on a boxplot
...fied the type of contig through a merge with another table with
just contig_id and contig_type as below:
AssemViral_ContigsLen<-merge(Assem_ContigsLen,allViral_contigs,by.x="contig_id",by.y="X.Contid.ID",all.x=FALSE)
Below is a boxplot for
boxplot(Assem_ContigsLen7$length,Assem_ContigsLen8$length,Assem_ContigsLen9$length,Assem_ContigsLen10$length,Assem_ContigsLen11$length,Assem_ContigsLen12$length,main="100species_rep2",ylab="Contig_length")
All of the longer contigs in the sixth data set are allViral.
How can I colour or label these?
I tried overlaying 2 boxpl...