X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=README.md;h=b95c4ea51cffc471d5b211ab84fc07aabeeb0e64;hb=a42d21510e502fe5cdd21a5d7ad023b33d2e6b99;hp=0c74b6eb387158835f7cbea1005c1273ecab7d87;hpb=a35ba4aedd7ef00cf33fc50a1e4c9454635d0f4a;p=rsem.git diff --git a/README.md b/README.md index 0c74b6e..b95c4ea 100644 --- a/README.md +++ b/README.md @@ -125,11 +125,11 @@ Refer to the [UCSC custom track help page](http://genome.ucsc.edu/goldenPath/hel #### c) Visualize the model learned by RSEM -RSEM provides an R script, plotModel.R, for visulazing the model learned. +RSEM provides an R script, 'rsem-plot-model', for visulazing the model learned. Usage: - plotModel.R modelF outF + rsem-plot-model modelF outF modelF: the sample_name.model file generated by RSEM outF: the file name for plots generated from the model. It is a pdf file @@ -138,7 +138,7 @@ The plots generated depends on read type and user configuration. It may include fragment length distribution, mate length distribution, read start position distribution (RSPD), quality score vs percentage of sequecing error given the reference base, position vs percentage of -sequencing errro given the reference base. +sequencing error given the reference base. ## Example