Sponsored Content
The Lounge What is on Your Mind? Your Favorite Tech Support Web Sites and Why? Post 303022213 by Neo on Monday 27th of August 2018 10:13:32 PM
Old 08-27-2018
Your Favorite Tech Support Web Sites and Why?

Where do you go to participate in technical discussions besides UNIX.COM and why?

Personally, I do not really participate in other forums and discussion boards, but I do ask questions from time to time on Stack sites. The problem I have with Stack is that my questions are never answered on any topic; so perhaps they are not the standard, beginner questions that we often see. Or, perhaps I not good at asking questions, haha.

This means for me, I normally get my tech answers from a Google search or watching a tutorial video; because I have very bad luck asking questions and getting answers in forums and other discussion sites.

I also find Stack sites to be really restrictive, because these sites do not really promote back and forth discussions, but they are rather "post a question and vote up the best answer" sites. So, when I try to post on any of these kind of sites, I cannot get any sense of community; but that's me I guess; maybe others have better experiences?

I do like the fact that the Stack sites are not forum based but taxonomy (tag) based, so there is no need to post in a particular forum or designed area on the site; but just tag the post with one or more keywords and go.

Also, on the Stack sites, I have difficulty with code tags and other BB code tags; and sometimes I really struggle to get code posted. This means for me, I often get good information from Stack but only from a Google search referral, but rarely, to almost never, get my written questions answered.

How about about you?

Where are your favorite tech discussion hangouts and why?
 

5 More Discussions You Might Find Interesting

1. OS X (Apple)

Use UNIX to track web sites viewed?

I'm on OSX 10.4. I was wondering if you can use UNIX terminal to track what web sites have been viewed on this Mac... Thank you! (1 Reply)
Discussion started by: tracymanusa
1 Replies

2. UNIX for Dummies Questions & Answers

Generation file copying for tech support backup

Hi All, I've looked through the forum and haven't quite found what I'm looking to do. We're migrating our systems from a midrange to HP-UX, and I'm quite new to UNIX so I'm hoping that I can get pointed in the right direction. What I'm looking to do is save generations of files for... (12 Replies)
Discussion started by: sjohnson
12 Replies

3. Web Development

How do you make web sites?

:confused: I've read how on some websites but I still don't get it. I need specific details. I want to make a website for my photography. Please help!:D (3 Replies)
Discussion started by: animelibara123
3 Replies

4. Web Development

What is Your Favorite Web Browser?

OK, please vote on your favorite web browser and comment why! Only currently supported browers please! Thanks. PS: I am a big FireFox fan. FireFox add-ons rock! (61 Replies)
Discussion started by: Neo
61 Replies

5. Red Hat

Web sites

Hi, I can't view web portal in my intranet from linux RHE, and neither to web application. My network configuration /etc/sysconfig/network-scripts/fcfg-eth0 is ok, what is happen?, can you help me please. (2 Replies)
Discussion started by: xochitl
2 Replies
Bio::Tools::Phylo::PAML::ModelResult(3pm)		User Contributed Perl Documentation		 Bio::Tools::Phylo::PAML::ModelResult(3pm)

NAME
Bio::Tools::Phylo::PAML::ModelResult - A container for NSSite Model Result from PAML SYNOPSIS
# get a ModelResult from a PAML::Result object use Bio::Tools::Phylo::PAML; my $paml = Bio::Tools::Phylo::PAML->new(-file => 'mlc'); my $result = $paml->next_result; foreach my $model ( $result->get_NSSite_results ) { print $model->model_num, " ", $model->model_description, " "; print $model->kappa, " "; print $model->run_time, " "; # if you are using PAML < 3.15 then only one place for POS sites for my $sites ( $model->get_pos_selected_sites ) { print join(" ",@$sites)," "; } # otherwise query NEB and BEB slots for my $sites ( $model->get_NEB_pos_selected_sites ) { print join(" ",@$sites)," "; } for my $sites ( $model->get_BEB_pos_selected_sites ) { print join(" ",@$sites)," "; } } DESCRIPTION
Describe the object here FEEDBACK
Mailing Lists User feedback is an integral part of the evolution of this and other Bioperl modules. Send your comments and suggestions preferably to the Bioperl mailing list. Your participation is much appreciated. bioperl-l@bioperl.org - General discussion http://bioperl.org/wiki/Mailing_lists - About the mailing lists Support Please direct usage questions or support issues to the mailing list: bioperl-l@bioperl.org rather than to the module maintainer directly. Many experienced and reponsive experts will be able look at the problem and quickly address it. Please include a thorough description of the problem with code and data examples if at all possible. Reporting Bugs Report bugs to the Bioperl bug tracking system to help us keep track of the bugs and their resolution. Bug reports can be submitted via email or the web: https://redmine.open-bio.org/projects/bioperl/ AUTHOR - Jason Stajich Email jason@open-bio.org APPENDIX
The rest of the documentation details each of the object methods. Internal methods are usually preceded with a _ new Title : new Usage : my $obj = Bio::Tools::Phylo::PAML::ModelResult->new(); Function: Builds a new Bio::Tools::Phylo::PAML::ModelResult object Returns : an instance of Bio::Tools::Phylo::PAML::ModelResult Args : -model_num => model number -model_description => model description -kappa => value of kappa -time_used => amount of time -pos_sites => arrayref of sites under positive selection -neb_sites => arrayref of sites under positive selection (by NEB analysis) -beb_sites => arrayref of sites under positive selection (by BEB analysis) -trees => arrayref of tree(s) data for this model -shape_params => hashref of parameters ('shape' => 'alpha', 'gamma' => $g, 'r' => $r, 'f' => $f ) OR ( 'shape' => 'beta', 'p' => $p, 'q' => $q ) -likelihood => likelihood -num_site_classes => number of site classes -dnds_site_classes => hashref with two keys, 'p' and 'w' which each point to an array, each slot is for a different site class. 'w' is for dN/dS and 'p' is probability model_num Title : model_num Usage : $obj->model_num($newval) Function: Get/Set the Model number (0,1,2,3...) Returns : value of model_num (a scalar) Args : on set, new value (a scalar or undef, optional) model_description Title : model_description Usage : $obj->model_description($newval) Function: Get/Set the model description This is something like 'one-ratio', 'neutral', 'selection' Returns : value of description (a scalar) Args : on set, new value (a scalar or undef, optional) time_used Title : time_used Usage : $obj->time_used($newval) Function: Get/Set the time it took to run this analysis Returns : value of time_used (a scalar) Args : on set, new value (a scalar or undef, optional) kappa Title : kappa Usage : $obj->kappa($newval) Function: Get/Set kappa (ts/tv) Returns : value of kappa (a scalar) Args : on set, new value (a scalar or undef, optional) num_site_classes Title : num_site_classes Usage : $obj->num_site_classes($newval) Function: Get/Set the number of site classes for this model Returns : value of num_site_classes (a scalar) Args : on set, new value (a scalar or undef, optional) dnds_site_classes Title : dnds_site_classes Usage : $obj->dnds_site_classes($newval) Function: Get/Set dN/dS site classes, a hashref with 2 keys, 'p' and 'w' which point to arrays one slot for each site class. Returns : value of dnds_site_classes (a hashref) Args : on set, new value (a scalar or undef, optional) get_pos_selected_sites Title : get_pos_selected_sites Usage : my @sites = $modelresult->get_pos_selected_sites(); Function: Get the sites which PAML has identified as under positive selection (w > 1). This returns an array with each slot being a site, 4 values, site location (in the original alignment) Amino acid (I *think* in the first sequence) P (P value) Significance (** indicated > 99%, * indicates >=95%) Returns : Array Args : none add_pos_selected_site Title : add_pos_selected_site Usage : $result->add_pos_selected_site($site,$aa,$pvalue,$signif); Function: Add a site to the list of positively selected sites Returns : count of the number of sites stored Args : $site - site number (in the alignment) $aa - amino acid under selection $pvalue - float from 0->1 represent probability site is under selection according to this model $signif - significance (coded as either empty, '*', or '**' get_NEB_pos_selected_sites Title : get_NEB_pos_selected_sites Usage : my @sites = $modelresult->get_NEB_pos_selected_sites(); Function: Get the sites which PAML has identified as under positive selection (w > 1) using Naive Empirical Bayes. This returns an array with each slot being a site, 4 values, site location (in the original alignment) Amino acid (I *think* in the first sequence) P (P value) Significance (** indicated > 99%, * indicates > 95%) post mean for w Returns : Array Args : none add_NEB_pos_selected_site Title : add_NEB_pos_selected_site Usage : $result->add_NEB_pos_selected_site($site,$aa,$pvalue,$signif); Function: Add a site to the list of positively selected sites Returns : count of the number of sites stored Args : $site - site number (in the alignment) $aa - amino acid under selection $pvalue - float from 0->1 represent probability site is under selection according to this model $signif - significance (coded as either empty, '*', or '**' $postmean - post mean for w get_BEB_pos_selected_sites Title : get_BEB_pos_selected_sites Usage : my @sites = $modelresult->get_BEB_pos_selected_sites(); Function: Get the sites which PAML has identified as under positive selection (w > 1) using Bayes Empirical Bayes. This returns an array with each slot being a site, 6 values, site location (in the original alignment) Amino acid (I *think* in the first sequence) P (P value) Significance (** indicated > 99%, * indicates > 95%) post mean for w (mean) Standard Error for w (SE) Returns : Array Args : none add_BEB_pos_selected_site Title : add_BEB_pos_selected_site Usage : $result->add_BEB_pos_selected_site($site,$aa,$pvalue,$signif); Function: Add a site to the list of positively selected sites Returns : count of the number of sites stored Args : $site - site number (in the alignment) $aa - amino acid under selection $pvalue - float from 0->1 represent probability site is under selection according to this model $signif - significance (coded as either empty, '*', or '**' $postmean - post mean for w $SE - Standard Error for w next_tree Title : next_tree Usage : my $tree = $factory->next_tree; Function: Get the next tree from the factory Returns : L<Bio::Tree::TreeI> Args : none get_trees Title : get_trees Usage : my @trees = $result->get_trees; Function: Get all the parsed trees as an array Returns : Array of trees Args : none rewind_tree_iterator Title : rewind_tree_iterator Usage : $result->rewind_tree_iterator() Function: Rewinds the tree iterator so that next_tree can be called again from the beginning Returns : none Args : none add_tree Title : add_tree Usage : $result->add_tree($tree); Function: Adds a tree Returns : integer which is the number of trees stored Args : L<Bio::Tree::TreeI> shape_params Title : shape_params Usage : $obj->shape_params($newval) Function: Get/Set shape params for the distribution, 'alpha', 'beta' which is a hashref with 1 keys, 'p' and 'q' Returns : value of shape_params (a scalar) Args : on set, new value (a scalar or undef, optional) likelihood Title : likelihood Usage : $obj->likelihood($newval) Function: log likelihood Returns : value of likelihood (a scalar) Args : on set, new value (a scalar or undef, optional) perl v5.14.2 2012-03-02 Bio::Tools::Phylo::PAML::ModelResult(3pm)
All times are GMT -4. The time now is 10:19 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy