Open
Description
Some minor suggestions for improvements to the user experience
- when plotting a single profile, it says "sample type: All Samples" on the ggplot from
plotMIRAProfiles
, which doesn't make sense -
sampleType
appears to be a hard-coded column inplotMIRAProfiles
, but it could be a parameter. - I would like to be able to change the y axis of
plotMIRAProfiles
plots. you can do this easily withMIRA::plotMIRAProfiles(agMethCombined) + ylim(60,90)
(maybe add this to vignette) -
featID
option toplotMIRAProfiles
does not make sense to me. change docs? - user should not need to interface directly with the
scoreDip
function; we should hide this behind some other function. this simplifies syntax for users unfamiliar with data.table -
scoreDip
usesbinCount
whileaggregateMethyl
usesbinNum
. standardize names. And actually it's not clear to me why both of these functions would require this parameter; shouldn't setting it once be enough? are they different? I thinkscoreDip
can lose the parameter. - can this be quieter? applying
aggregateMethyl
yields this output:
seqnames column name set to: chr
seqnames column name set to: chr
seqnames column name set to: chr
seqnames column name set to: chr
seqnames column name set to: chr
seqnames column name set to: chr
seqnames column name set to: chr
seqnames column name set to: chr
seqnames column name set to: chr
...
Metadata
Metadata
Assignees
Labels
No labels
Activity