-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
This code:
predictedSex <- getSex(GRset, cutoff = -2)$predictedSex
predictedSex
plotSex(getSex(GRset, cutoff = -2))
Should be this:
predictedSex <- getSex(GRset, cutoff = -2)
predictedSex
GRset <- addSex(GRset, sex = predictedSex)
plotSex(GRset)
If not the following error is returned when running plotSex(getSex(GRset, cutoff = -2)):
Error in h(simpleError(msg, call)) : error in evaluating the argument 'table' in selecting a method for function '%in%': error in evaluating the argument 'x' in selecting a method for function 'colnames': unable to find an inherited method for function ‘colData’ for signature ‘"DFrame"’
Cheers!
Metadata
Metadata
Assignees
Labels
No labels