Some adjustments to the posts
This commit is contained in:
parent
2c18768093
commit
080ed327a3
2 changed files with 14 additions and 13 deletions
|
@ -20,7 +20,7 @@ It turns out that it's a fault of both limma and the data sets, because apparent
|
||||||
|
|
||||||
According to the documentation, the "merge" command should be used to deal with these cases, but here's what I get:
|
According to the documentation, the "merge" command should be used to deal with these cases, but here's what I get:
|
||||||
|
|
||||||
[sourcecode lang='c']
|
{% highlight R %}
|
||||||
|
|
||||||
>> RG1 = read.maimages(file="file1.txt",source="smd")
|
>> RG1 = read.maimages(file="file1.txt",source="smd")
|
||||||
Read file1.txt
|
Read file1.txt
|
||||||
|
@ -31,6 +31,7 @@ Error in merge(RG1,RG2): Need row names to align on
|
||||||
>> rownames(RG1)
|
>> rownames(RG1)
|
||||||
NULL
|
NULL
|
||||||
>> rownames(RG2)
|
>> rownames(RG2)
|
||||||
NULL {% endhighlight %}
|
NULL
|
||||||
|
{% endhighlight %}
|
||||||
|
|
||||||
I'm going to ask the Bioconductor ML and see what they tell me.
|
I'm going to ask the Bioconductor ML and see what they tell me.
|
||||||
|
|
|
@ -18,23 +18,13 @@ tags:
|
||||||
Recently I was looking for a laptop: the previous one I had (an Asus EeePC 900) was almost dead (the fan broke, and the idea of dismantling everything to get to it wasn't appealing). When looking around, I had the following requirements:
|
Recently I was looking for a laptop: the previous one I had (an Asus EeePC 900) was almost dead (the fan broke, and the idea of dismantling everything to get to it wasn't appealing). When looking around, I had the following requirements:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
* It needed to run on Linux **well**. No exceptions.
|
* It needed to run on Linux **well**. No exceptions.
|
||||||
|
|
||||||
|
|
||||||
* _Portable: _ at home and at my workplace I have rather powerful machines, so a desktop replacement was not needed.
|
* _Portable: _ at home and at my workplace I have rather powerful machines, so a desktop replacement was not needed.
|
||||||
|
|
||||||
|
|
||||||
* A decent amount of performance, so that when I was on the road, I could do some development
|
* A decent amount of performance, so that when I was on the road, I could do some development
|
||||||
|
|
||||||
|
|
||||||
* 64 bit processor: mainly a pet peeve, so I could run [openSUSE Factory](http://software.opensuse.org/developer) and [the latest KDE master](http://en.opensuse.org/SDB:KDE_repositories#Unstable:SC_aka._KUSC_.28KDE_trunk.29)
|
* 64 bit processor: mainly a pet peeve, so I could run [openSUSE Factory](http://software.opensuse.org/developer) and [the latest KDE master](http://en.opensuse.org/SDB:KDE_repositories#Unstable:SC_aka._KUSC_.28KDE_trunk.29)
|
||||||
|
|
||||||
|
|
||||||
* VGA output port: as part of my teaching duties I need to connect to VGA projectors in the university classrooms.
|
* VGA output port: as part of my teaching duties I need to connect to VGA projectors in the university classrooms.
|
||||||
|
|
||||||
|
|
||||||
* Resonably long battery life.
|
* Resonably long battery life.
|
||||||
|
|
||||||
|
|
||||||
|
@ -46,7 +36,17 @@ Fast forward to two weeks ago, and I found an offer on eBay that hit the right p
|
||||||
|
|
||||||
Everything went out smoothly and I got the unit in about 5 days.
|
Everything went out smoothly and I got the unit in about 5 days.
|
||||||
|
|
||||||
[{: .center-image}](https://www.dennogumi.org/wp-content/uploads/2014/05/IMG_20140525_202729.jpg)
|
{% capture imagetest %}
|
||||||
|
https://www.dennogumi.org/wp-content/uploads/2014/05/IMG_20140525_202729.jpg
|
||||||
|
{% endcapture %}
|
||||||
|
{% include gallery images=imagetest cols=1 %}
|
||||||
|
|
||||||
|
<!--<figure>
|
||||||
|
<a href="https://www.dennogumi.org/wp-content/uploads/2014/05/IMG_20140525_202729.jpg">
|
||||||
|
<img src="https://www.dennogumi.org/wp-content/uploads/2014/05/IMG_20140525_202729-300x225.jpg" alt="Image of the unit,closed">
|
||||||
|
</a>
|
||||||
|
<figcaption>The unit, closed.</figcaption>
|
||||||
|
</figure>-->
|
||||||
|
|
||||||
To be fair, the condition I got it was quite nice, with only very minor scratches around (after all, it was used). The specs:
|
To be fair, the condition I got it was quite nice, with only very minor scratches around (after all, it was used). The specs:
|
||||||
|
|
||||||
|
|
Reference in a new issue